diff --git a/www/css/style.css b/www/css/style.css index ff1034a..679e92a 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 */ @@ -52,7 +66,7 @@ nav img { background-color: rgb(138, 43, 226); } -.accueil p { +.accueil main p { margin: auto; display: flex; width: 50%; 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