update formulaire + footer

This commit is contained in:
2026-06-18 10:22:29 +02:00
parent 8910b77294
commit d14cce5731
2 changed files with 11 additions and 3 deletions
+8 -3
View File
@@ -146,7 +146,7 @@ p {
font-size: 25px;
}
.table {
margin-bottom: 20px;
margin-bottom: 30px;
width: 70%;
height: auto;
background-color: dodgerblue;
@@ -177,10 +177,15 @@ p {
}
.formulaire {
padding: 10px;
width: 20%;
height: auto;
width: 40%;
height: 300px;
border: solid;
display: flex;
font-size: 20px;
padding: 15px;
li {
padding: 15px;
}
}
.center {
width: 100%;
+3
View File
@@ -70,5 +70,8 @@
</ul>
</div>
</div>
<footer class="footer">
stagiaires rpz echoes
</footer>
</body>
</html>