Public Access
5
0
This commit is contained in:
LD
2025-11-19 14:46:34 -05:00
7 changed files with 110 additions and 11 deletions

View File

@@ -8,6 +8,15 @@
padding: 0;
}
nav ul {
display: flex;
background-color: #13172C;
}
nav ul li {
width: 15%;
}
/****************************/
/* PAGE: Accueil */
/* AUTEUR: Léa */
@@ -22,6 +31,8 @@
width: 50%;
}
/****************************/
/* PAGE: à Propos */
/* AUTEUR: Stanislas */