From b5ed31429547e1246a187069d4572536ba711d48 Mon Sep 17 00:00:00 2001 From: tartempion-sdr Date: Wed, 11 Dec 2024 16:46:04 +0100 Subject: [PATCH] border-bottom white formu --- index.css | 13 ++++++++----- index.html | 7 +++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/index.css b/index.css index 93fad7e..1735b69 100644 --- a/index.css +++ b/index.css @@ -58,13 +58,11 @@ header.header2 { padding-left: 50px; padding-right: 50px; } -label { - color: white; -} + #b2 { background: linear-gradient(to right, rgb(234, 76, 76), rgb(224, 130, 146)); height: 30px; - margin-top: 25px; + margin-bottom: 10px; } @@ -81,11 +79,16 @@ label { label { font-size: 16px; - color: #333; + color: white; margin-bottom: 5px; /* Espace entre le label et le select */ } select { + justify-items : center; + border-color: rgb(68, 70, 106); + border-bottom-color: white; + color: white; + background-color: rgb(68, 70, 106); font-size: 16px; padding: 5px; margin-top: 5px; /* Espace entre le select et le label */ diff --git a/index.html b/index.html index ac735ec..0b23ec3 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@

Création site internet -

+
@@ -45,12 +46,10 @@

- -

- + + -