CV
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
nav,footer{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#btn-print{
|
||||
display: none;
|
||||
}
|
@@ -1,10 +1,30 @@
|
||||
#cv-1-2{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
h1,h2,h3,h4,h5{
|
||||
margin: 0;
|
||||
margin-bottom: 1vh;
|
||||
}
|
||||
|
||||
|
||||
#cv-1{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
#marge{
|
||||
padding-right: 2%;
|
||||
padding-left: 2%;
|
||||
|
||||
}
|
||||
|
||||
#marge ul li{
|
||||
list-style: none;
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
|
||||
section div{
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
|
||||
.couleur-cv{
|
||||
color: royalblue;
|
||||
}
|
Reference in New Issue
Block a user