Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy
522a5fff8c Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-21 14:18:03 -05:00
Jeremy
3152b0cf20 New commit 2025-11-21 14:17:59 -05:00
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -59,7 +59,7 @@
</main> </main>
<footer> <footer>
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4<br>DATE_WEBSITE</p> <p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
</footer> </footer>
</body> </body>
</html> </html>