Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy
6e9d1865ef Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-19 14:46:28 -05:00
Jeremy
68def89094 Modification au nav 2025-11-19 14:45:46 -05:00

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 */