Public Access
5
0

Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy
60faf375a4 Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01 2025-11-21 16:35:07 -05:00
Jeremy
f3da4140c8 Correctif au footer 2025-11-21 16:35:04 -05:00
4 changed files with 14 additions and 5 deletions

View File

@@ -51,14 +51,13 @@ footer {
background-color: #13172c; background-color: #13172c;
text-align: center; text-align: center;
color: #FFEFE5; color: #FFEFE5;
position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 16px 0;
} }
footer>p { footer>p {
margin: auto; margin: auto;
height: 60px;
} }
/****************************/ /****************************/

View File

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

View File

@@ -210,6 +210,9 @@
<div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div> <div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div>
</aside> </aside>
<footer>DATE_WEBSITE</footer> <footer>
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
<p>DATE_WEBSITE</p>
</footer>
</body> </body>
</html> </html>

View File

@@ -166,6 +166,10 @@
<div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div> <div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div>
<div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div> <div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div>
</aside> </aside>
<footer>DATE_WEBSITE</footer>
<footer>
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
<p>DATE_WEBSITE</p>
</footer>
</body> </body>
</html> </html>