Files
depot-anis/Bureau/cv/cv.css
2025-09-22 01:17:45 +02:00

25 lines
383 B
CSS

.container{
border-radius: 50px;
max-width: 900px;
background: white;
padding: 20px;
}
body{
height: 180vh;
justify-content: center;
align-items: center;
background-color: #f4f4f4;
}
h5{
text-decoration: underline;
}
h6{
text-decoration: underline;
}
h3{
text-decoration:overline;
}