Compare commits
2 Commits
09821ee4b9
...
60faf375a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60faf375a4 | ||
|
|
f3da4140c8 |
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
|
|||||||
@@ -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>
|
||||||
@@ -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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user