diff --git a/index.css b/index.css index 12088fc..93fad7e 100644 --- a/index.css +++ b/index.css @@ -41,7 +41,52 @@ button { color: white; text-decoration: none; font-size: 17px; + margin-left: auto; } + header.header2 { - background-color: blue !important; + display: flex; + align-items: center; + background-color: rgb(68, 70, 106); + height: 250; + width: auto; + border-radius: 5px; + margin-left: 100px; + margin-right: 100px; + padding-top: 50px; + padding-bottom: 50px; + 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; + } +.form-container { + display: flex; + justify-content: space-between; /* Espace entre les formulaires */ +} + +.form { + display: flex; + flex-direction: column; + margin-right: 20px; /* Espace entre les formulaires */ +} + +label { + font-size: 16px; + color: #333; + margin-bottom: 5px; /* Espace entre le label et le select */ +} + +select { + font-size: 16px; + padding: 5px; + margin-top: 5px; /* Espace entre le select et le label */ +} \ No newline at end of file diff --git a/index.html b/index.html index c42f9b5..ac735ec 100644 --- a/index.html +++ b/index.html @@ -23,15 +23,35 @@ -