intégration formulaire avec l'api

This commit is contained in:
Quentin Roussel
2023-03-27 11:41:52 +02:00
parent db3a663bc1
commit ec5b6391f9
9 changed files with 9193 additions and 843 deletions

View File

@@ -1,8 +1,28 @@
/* .container{
background-color: #FAEBD7;
} */
.form-input {
font-size: 25px;
border-top: 3px #6B8E23 solid;
border-right: 3px #6B8E23 solid;
border-bottom: 3px #6B8E23 solid;
border-left: 3px #6B8E23 solid;
border-radius: 10px;
padding: 50px;
display: flex;
flex-direction: column;
align-content: center;
align-content: space-between;
gap: 10px;
align-content: space-around;
margin-bottom: 10px;
}
.form-input > textarea {
width: -moz-available;
width: -webkit-fill-available;;
}
/*
.sexe {
font-size: 25px;
border-top: 3px #6B8E23 solid;
@@ -90,7 +110,7 @@
.end{
background-color: #6B8E23;
}
} */
/* .banniere {
padding: 100px;