This commit is contained in:
fassara
2025-09-22 16:29:32 +02:00
parent 4771fe3c9b
commit cade86f185
2 changed files with 112 additions and 0 deletions

21
Bureau/cv.css Normal file
View File

@@ -0,0 +1,21 @@
body {
font-family: Arial, sans-serif;
margin: 40px;
background-color: #f9f9f9;
color: #333;
}
h1, h2 {
color: #003366;
}
.section {
margin-bottom: 30px;
}
.info {
font-size: 14px;
margin-bottom: 10px;
}
ul {
list-style-type: square;
padding-left: 20px;
}