update style formulaire
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user