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