Skip to content

Commit

Permalink
border-bottom white formu
Browse files Browse the repository at this point in the history
  • Loading branch information
tartempion-sdr committed Dec 11, 2024
1 parent 46f652d commit b5ed314
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 8 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}
Expand All @@ -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 */
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h2>
<spam id="p1">Création site internet </spam> -
</h2>
<header class="header2">

<div class="form-container">
<form class="form">

Expand All @@ -45,12 +46,10 @@ <h2>
<option value="44000">44000</option>
<option value="44100">44100</option>
</select>
</form>
</div>

</form>
</div>
<button id="b2"> recherche
</button>

</header>
<footer>
m'envoyer <a href="mailto:test@gmail.com">un mail</a>
Expand Down

0 comments on commit b5ed314

Please sign in to comment.