From 3152b0cf20c46cdfa18dd4c48208ce47fb4152ff Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 21 Nov 2025 14:17:59 -0500 Subject: [PATCH 1/2] New commit --- www/css/style.css | 14 ++++++++++++++ www/index.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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 From 069b24ef231fe15a42f03e6af5e7a0a9a30328e4 Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 21 Nov 2025 14:23:10 -0500 Subject: [PATCH 2/2] modifier .acceuil p to .acceuil main p --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index d5599ba..abc5e8a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -66,7 +66,7 @@ footer p { background-color: rgb(138, 43, 226); } -.accueil p { +.accueil main p { margin: auto; display: flex; width: 50%;