update style formulaire

This commit is contained in:
2026-06-18 10:55:11 +02:00
parent d14cce5731
commit be6c852045
2 changed files with 13 additions and 3 deletions
+12 -2
View File
@@ -168,27 +168,37 @@ p {
padding-left: 10px;
}
#boutton_formulaire {
width: 100%;
width: 200px;
height: 50px;
display: flex;
justify-content: space-around;
flex-direction: row;
margin-left: auto;
align-items: center;
padding: 2px;
text-align: center;
}
.formulaire {
background-color: lightskyblue;
padding: 10px;
width: 40%;
height: 300px;
border: solid;
display: flex;
font-size: 20px;
padding: 15px;
li {
padding: 15px;
}
ul {
list-style-type: none;
}
}
.center {
width: 100%;
display: flex;
justify-content: center;
}
#msg {
resize: none;
width: 200px;
}