From b1e15c2fdba3a1273848ddd0dbe5a5dcb3932d75 Mon Sep 17 00:00:00 2001 From: HW Computer Date: Sat, 22 Apr 2023 00:58:49 -0500 Subject: [PATCH] footer --- index.html | 4 ++++ main.css | 9 +++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 80ed8df..01f89b8 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,10 @@ + + diff --git a/main.css b/main.css index ecfdc3c..b04c334 100644 --- a/main.css +++ b/main.css @@ -77,8 +77,13 @@ main p { footer { background-color: #2e2d2d; color: #ffffff; - padding: 20px; - text-align: center; + padding: 10px; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + text-align: left; + font-size: 13px; } footer p {