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