From 385d66683e2de684ec607e56db652b128badff31 Mon Sep 17 00:00:00 2001 From: Het Patel Date: Sun, 7 Jul 2024 09:43:06 +0530 Subject: [PATCH] Update style.css --- css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/css/style.css b/css/style.css index f556bdb..43d2730 100644 --- a/css/style.css +++ b/css/style.css @@ -2517,3 +2517,23 @@ button:active { margin: auto; text-align: center; } +footer { + background-color: #1d1d1d; /* dark background */ + padding: 0px; + text-align: center; + width: 100%; + bottom: 0; + z-index: 1000; /* ensure footer is on top of other elements */ + } + + .copyright { + font-size: 14px; + color: #fff; /* white text */ + margin: 0; + } + + .copyright p { + display: inline-block; + margin: 2; + color: #ffffff; + }