cvhtmlcss

This commit is contained in:
anis
2025-09-22 01:17:45 +02:00
parent dd03e7ccc1
commit 5da1000e7e
2 changed files with 127 additions and 0 deletions

25
Bureau/cv/cv.css Normal file
View File

@@ -0,0 +1,25 @@
.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;
}