From 824df1df074db4e0f8aba56f2bbd67d6824a5a7b Mon Sep 17 00:00:00 2001 From: Hadifa Rousheen <93543742+hadifarousheen@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:43:17 +0530 Subject: [PATCH] Fixed the position of the footer and placed at the bottom The footer is placed exactly at the bottom . --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a68587..e740146 100644 --- a/index.html +++ b/index.html @@ -217,6 +217,7 @@ color: #ffffff; /* White text for footer */ padding: 40px 0; + padding-bottom:0; } .footer-content { @@ -837,4 +838,4 @@