From c4a5e19dc820f1a0bd8900e8c0dc5ef30da795c7 Mon Sep 17 00:00:00 2001 From: Melissa Date: Thu, 18 Jun 2026 15:40:46 +0200 Subject: [PATCH] added footer to contact page without usingg Javascript --- pages/contact.css | 8 ++++++++ pages/contact.html | 3 +++ 2 files changed, 11 insertions(+) diff --git a/pages/contact.css b/pages/contact.css index cbdc4c3..0e96496 100644 --- a/pages/contact.css +++ b/pages/contact.css @@ -156,3 +156,11 @@ textarea { .small { font-size: 10px; } +.footer { + text-align: center; + background-color: cadetblue; + font-size: 25px; + position: fixed; + bottom: 0; + width: 100%; +} diff --git a/pages/contact.html b/pages/contact.html index bf21784..df0f93b 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -63,6 +63,9 @@ +