You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
body{
|
|
text-align : center;
|
|
}
|
|
|
|
form{
|
|
display : flex;
|
|
flex-flow : column nowrap;
|
|
align-items : center;
|
|
}
|
|
|
|
input{
|
|
width : 90%;
|
|
border-radius : 5px;
|
|
color : #595959;
|
|
}
|
|
|
|
label{
|
|
margin-top : 20px;
|
|
}
|
|
|
|
#envoyer{
|
|
width : 150px;
|
|
height : 30px;
|
|
}
|
|
|
|
#btnEnvoi{
|
|
margin: 20px;
|
|
} |