début formulaire

This commit is contained in:
2026-06-17 16:54:23 +02:00
parent f630bbf649
commit 8910b77294
2 changed files with 45 additions and 0 deletions
+23
View File
@@ -146,6 +146,9 @@ p {
font-size: 25px;
}
.table {
margin-bottom: 20px;
width: 70%;
height: auto;
background-color: dodgerblue;
border-collapse: collapse;
font-size: 25px;
@@ -164,3 +167,23 @@ p {
.padding_left {
padding-left: 10px;
}
#boutton_formulaire {
width: 100%;
display: flex;
justify-content: space-around;
flex-direction: row;
margin-left: auto;
align-items: center;
}
.formulaire {
padding: 10px;
width: 20%;
height: auto;
border: solid;
display: flex;
}
.center {
width: 100%;
display: flex;
justify-content: center;
}