|
@ -59,13 +59,13 @@ form{ |
|
|
padding: 10px 10px; |
|
|
padding: 10px 10px; |
|
|
border-radius: 30px; |
|
|
border-radius: 30px; |
|
|
|
|
|
|
|
|
width: 200px; |
|
|
width: 60%; |
|
|
|
|
|
|
|
|
transition: 0.25s; |
|
|
transition: 0.25s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.champ:focus, .champ:hover{ |
|
|
.champ:focus, .champ:hover{ |
|
|
width: 300px; |
|
|
width: 75%; |
|
|
border-color: #ac2a8d; |
|
|
border-color: #ac2a8d; |
|
|
background-color: #dddddd; |
|
|
background-color: #dddddd; |
|
|
} |
|
|
} |
|
@ -104,13 +104,13 @@ form{ |
|
|
padding: 10px 10px; |
|
|
padding: 10px 10px; |
|
|
border-radius: 30px; |
|
|
border-radius: 30px; |
|
|
|
|
|
|
|
|
width: 200px; |
|
|
width: 60%; |
|
|
|
|
|
|
|
|
transition: 0.25s; |
|
|
transition: 0.25s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.submit:hover{ |
|
|
.submit:hover{ |
|
|
width: 250px; |
|
|
width: 70%; |
|
|
background-color: #82E6AC; |
|
|
background-color: #82E6AC; |
|
|
border-color: #2ecc71; |
|
|
border-color: #2ecc71; |
|
|
} |
|
|
} |
|
@ -156,6 +156,7 @@ code { |
|
|
nav{ |
|
|
nav{ |
|
|
width: 80%; |
|
|
width: 80%; |
|
|
margin-left: 10%; |
|
|
margin-left: 10%; |
|
|
|
|
|
margin-bottom: 5%; |
|
|
background-color: #84878C; /*couleur nav entière*/ |
|
|
background-color: #84878C; /*couleur nav entière*/ |
|
|
border-radius: 20px; |
|
|
border-radius: 20px; |
|
|
} |
|
|
} |
|
|