cvhtmlcss
This commit is contained in:
25
Bureau/cv/cv.css
Normal file
25
Bureau/cv/cv.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user