From 16289a1c155dd182a159d41899f1e383c58aa68b Mon Sep 17 00:00:00 2001 From: "laura.chevillet" Date: Fri, 23 Jan 2026 09:20:05 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20mise=20en=20page=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/partials/footer.php | 31 +++++++++++++++++++++++++++++-- public/assests/css/style.css | 14 ++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php index 0310f3f..c380f5b 100644 --- a/app/views/partials/footer.php +++ b/app/views/partials/footer.php @@ -1,5 +1,32 @@ -

coucou c'est le footer

- + \ No newline at end of file diff --git a/public/assests/css/style.css b/public/assests/css/style.css index 74cb2d6..c1209cd 100644 --- a/public/assests/css/style.css +++ b/public/assests/css/style.css @@ -96,3 +96,17 @@ body { height: 20%; padding: 0.75rem; } + +.footer{ + color: white; + background-color: #0000ff; +} + +.footer ul{ + list-style: none; +} + +.footer a{ + text-decoration: none; + color: white; +}