Public Access
5
0

Correctif au footer

This commit is contained in:
Jeremy
2025-11-21 16:35:04 -05:00
parent 77de34bc30
commit f3da4140c8
4 changed files with 14 additions and 5 deletions

View File

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

View File

@@ -54,6 +54,9 @@
</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>
</html>

View File

@@ -210,6 +210,9 @@
<div class="nextArc"><a href="sousPageLore2.html">Suivant</a></div>
</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>
</html>

View File

@@ -166,6 +166,10 @@
<div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div>
<div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div>
</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>
</html>