From 8478fcde27027ef534e0daa3b2a89a8402b124f7 Mon Sep 17 00:00:00 2001 From: Aishaa-26 <95750380+Aishaa-26@users.noreply.github.com> Date: Wed, 19 Oct 2022 17:28:45 +0530 Subject: [PATCH] Added the footer (#53) * Updated style.css Added the style for the footer class. * Updated project.html Added the footer * Updated index.html Added footer * Updated contributer.html Added the footer * Updated blog.html Added the footer. --- assets/css/style.css | 12 +++++++++++- blog.html | 1 + contributor.html | 2 ++ index.html | 3 ++- project.html | 4 +++- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 900e899..e698a3e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -34,4 +34,14 @@ span{ .titles{ margin-bottom: 2rem; } -} \ No newline at end of file +} + +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: rgb(78, 77, 77); + color: white; + text-align: center; +} diff --git a/blog.html b/blog.html index 601bc8b..0925858 100644 --- a/blog.html +++ b/blog.html @@ -96,5 +96,6 @@
Hacktoberfest 2020
+ diff --git a/contributor.html b/contributor.html index 4e576a3..706d520 100644 --- a/contributor.html +++ b/contributor.html @@ -44,5 +44,7 @@ + + diff --git a/index.html b/index.html index 4caa326..80d6f80 100644 --- a/index.html +++ b/index.html @@ -51,6 +51,7 @@

Welcome to the open-source projects.

sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"> + - \ No newline at end of file + diff --git a/project.html b/project.html index 8f759ea..bf0ccd0 100644 --- a/project.html +++ b/project.html @@ -127,5 +127,7 @@

Project List

+ + - \ No newline at end of file +