From 3104104e838b7d57de49daba0178b1aefe646548 Mon Sep 17 00:00:00 2001 From: polo Date: Fri, 4 Jul 2025 10:29:45 +0200 Subject: formulaire de contact 4 --- public/css/foot.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/css/foot.css') diff --git a/public/css/foot.css b/public/css/foot.css index dd9b953..0eb250e 100644 --- a/public/css/foot.css +++ b/public/css/foot.css @@ -28,7 +28,7 @@ footer > div padding: 0 2px; /*background-color: #13aff0ff; border-bottom: 3px #fadb11 solid;*/ - background-color: #ffff00; + background-color: yellow; /*border-bottom: 2px #00a8f3 solid;*/ border-bottom: 2px #ff1d04 solid; } @@ -58,7 +58,7 @@ footer > div { /*background-color: #13aff0; border-bottom: 3px #fadb11 solid;*/ - background-color: #ffff00; + background-color: yellow; /*border-bottom: 2px #00a8f3 solid;*/ border-bottom: 2px #ff1d04 solid; } @@ -131,7 +131,7 @@ footer > div /*height: 70px;*/ width: 100%; margin: auto; - background-color: #ffff00; + background-color: yellow; position: fixed; bottom: 0px; z-index: 1; /* augmenter la valeur si nécessaire */ @@ -149,7 +149,7 @@ footer > div .logged_in button:hover { cursor: pointer; /* curseur qui touche du doigt */ - background-color: #ffff00; + background-color: yellow; border-radius: 4px; } .modif_mode -- cgit v1.2.3