page cv
This commit is contained in:
@@ -4,6 +4,7 @@ h1,h2,h3,h4,h5{
|
||||
}
|
||||
|
||||
|
||||
|
||||
#cv-1{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@@ -8,4 +8,8 @@ nav,footer{
|
||||
|
||||
#information-sup{
|
||||
display: none;
|
||||
}
|
||||
|
||||
*{
|
||||
color: black;
|
||||
}
|
@@ -1,6 +1,8 @@
|
||||
h2{
|
||||
margin-bottom: 5vh;
|
||||
}
|
||||
|
||||
|
||||
#liste-equipe ul{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -16,6 +18,21 @@ h2{
|
||||
|
||||
|
||||
#recrute{
|
||||
margin-top: 5vh;
|
||||
padding-bottom: 2vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: white;
|
||||
background-color: darkred;
|
||||
}
|
||||
#recrute a{
|
||||
font-size: 25px;
|
||||
color: white;
|
||||
}
|
||||
#recrute a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
#recrute li{
|
||||
margin-bottom: 1vh;
|
||||
}
|
@@ -239,6 +239,15 @@ footer #autres a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
footer #cp {
|
||||
position: absolute;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-weight: 100;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding:0;
|
||||
|
||||
}
|
||||
#menu-mobile{
|
||||
background-color: darkred;
|
||||
z-index: 100;
|
||||
|
Reference in New Issue
Block a user