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 @@