From a9811e932b029121b6606181eaee57930fc3d4f9 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 30 Mar 2024 04:12:31 +0100 Subject: [PATCH] Attach footer to the bottom of the screen --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 341980a..a2c8595 100644 --- a/css/main.css +++ b/css/main.css @@ -70,9 +70,9 @@ header img { /* Footer Style */ footer { - position: relative; + position: fixed; left: 0px; - bottom: 0vh; + bottom: 0px; z-index: 10px; height: 30px; width: 100%;