From 13dad0cdc04fe31f8c56815d1daaef1a7ef7f459 Mon Sep 17 00:00:00 2001 From: Cheikh Dieng GUEYE Date: Fri, 3 Apr 2026 16:39:20 +0000 Subject: [PATCH] Footer html --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index b56c333..4c85732 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,20 @@ nav a:hover { text-decoration: underline; } + footer { + background-color: #222; + color: #ddd; + padding: 1rem 2rem; + text-align: center; + font-size: 0.9rem; + } + footer a { + color: #66caff; + text-decoration: none; + } + footer a:hover { + text-decoration: underline; + } @@ -47,5 +61,8 @@

This is a sample header section with navigation.

+ \ No newline at end of file