From f34a239af9e7af7335339141be6d826a6dda2c82 Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Sun, 7 Nov 2021 08:27:58 +0100 Subject: [PATCH] =?UTF-8?q?petites=20am=C3=A9liorations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylepage.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; }