diff --git a/www/css/style.css b/www/css/style.css index cfb5b95..52a2ef3 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -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 */ diff --git a/www/index.html b/www/index.html index 2b5599f..817b35d 100644 --- a/www/index.html +++ b/www/index.html @@ -59,7 +59,7 @@ \ No newline at end of file