Repository is not clean. Please commit or stash any changes before updating.

This commit is contained in:
MiharyR 2021-10-24 11:49:45 +02:00
parent aac0ae7544
commit 4b8edc6552
20 changed files with 23868 additions and 1181 deletions

View file

@ -0,0 +1,44 @@
h1 {
text-align: center;
margin-bottom: 30px;
}
.boite {
margin-left: auto;
margin-right: auto;
width: 25%;
margin-top: 50vh;
transform: translateY(-60%);
border: solid 3px black;
border-radius: 10px;
padding: 20px 10px 20px 10px;
background-color: #dcdcdc;
}
.row {
margin: 15px 0px 15px 0px
}
.label {
text-align: right;
margin-right: 0px;
padding: 0px;
}
.champ {
margin: 0px;
padding: 0px
}
button {
width: 90%
}
.col-6 {
text-align: center;
}
.lien {
text-decoration: underline;
color: black;
}