Public Access
5
0

New commit

This commit is contained in:
Jeremy
2025-11-21 14:17:59 -05:00
parent e6a581be50
commit 3eda31d320
2 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ nav {
background-color: #13172c;
justify-content: space-between;
position: sticky;
top: 0;
}
nav ul {
@@ -44,6 +45,19 @@ nav img {
justify-content: left;
}
footer {
background-color: #13172c;
text-align: center;
color: #FFEFE5;
position: fixed;
bottom: 0;
width: 100%;
}
footer p {
margin: auto;
}
/****************************/
/* PAGE: Accueil */
/* AUTEUR: Léa */