Public Access
5
0

Modification au css

This commit is contained in:
Jeremy
2025-11-21 18:02:59 -05:00
parent 1527b13639
commit f98a35f277
3 changed files with 11 additions and 9 deletions

View File

@@ -6,6 +6,11 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
main {
min-height: 85vh;
}
nav {
@@ -51,14 +56,9 @@ footer {
background-color: #13172c;
text-align: center;
color: #FFEFE5;
position: relative;
bottom: 0;
width: 100%;
padding: 16px 0;
}
footer>p {
margin: auto;
height: 15vh;
}
/****************************/
@@ -75,8 +75,6 @@ footer>p {
width: 50%;
}
/****************************/
/* PAGE: à Propos */
/* AUTEUR: Stanislas */