Public Access
5
0

Modification au nav

This commit is contained in:
Jeremy
2025-11-19 14:45:46 -05:00
parent 8cce51e292
commit d2d1eeb8cc

View File

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