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.

35 lines
301 B

form
{
background-color: #ffdab9;
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
}
#Nom
{
margin: 10px;
margin-top: 10%;
}
#date
{
margin: 10px;
}
#Sexe
{
margin: 10px;
}
#Raison
{
margin: 10px;
}
#Conditions
{
margin: 10px;
margin-bottom: 40%;
}