From 4eddbae032e5af120f3a62aab3764981621fb9b3 Mon Sep 17 00:00:00 2001 From: Vamsi Date: Sun, 16 Jun 2024 20:01:15 +0530 Subject: [PATCH] made footer position: relative --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6753e71..90e7c14 100644 --- a/css/style.css +++ b/css/style.css @@ -72,7 +72,7 @@ footer { color: #fff; padding: 10px 0; text-align: center; - position: fixed; + position: relative; bottom: 0; width: 100%; }