From 25e7a75bac546168e01fbc7992fde01af870491d Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 3 Jan 2024 20:19:33 -0800 Subject: [PATCH] Update index.html --- index.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 79d1bbd..8c98192 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ text-align: center; display: flex; flex-direction: column; - align-items: center; + min-height: 100vh; } h1 { @@ -100,8 +100,14 @@ .footer { margin-top: auto; - margin-bottom: 20px; - color: #777; + background-color: #ddd; + padding: 20px; + } + + .footer-divider { + width: 100%; + border-top: 1px solid #888; + margin: 20px 0; } @@ -123,6 +129,8 @@ + +