Big progress on personal cv from pdf to html

This commit is contained in:
BOTAlex 2024-06-05 04:32:16 +02:00
parent 88a86fe2b0
commit 23ade8d085
9 changed files with 220 additions and 71 deletions

View file

@ -31,3 +31,14 @@ code {
padding: 0 .5rem;
background-color: #333333;
}
/* Print-specific styles */
@media print {
.hide-on-print {
display: none;
}
}
.hidden {
display: none;
}