Compare commits
2 Commits
ba16dcb8f7
...
522a5fff8c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
522a5fff8c | ||
|
|
3152b0cf20 |
@@ -13,6 +13,7 @@ nav {
|
||||
background-color: #13172c;
|
||||
justify-content: space-between;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
@@ -44,6 +45,19 @@ nav img {
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #13172c;
|
||||
text-align: center;
|
||||
color: #FFEFE5;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer p {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Accueil */
|
||||
/* AUTEUR: Léa */
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
</main>
|
||||
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user