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