From 5bb7667d7d933273e6fdf805eaa891af2ecae3b4 Mon Sep 17 00:00:00 2001 From: Fennel Kora Date: Sat, 6 Jul 2024 22:34:38 -0400 Subject: [PATCH] added footer with copyright info --- index.html | 1 + style.css | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index 80c0ad0..d8de332 100644 --- a/index.html +++ b/index.html @@ -37,5 +37,6 @@ though accounts will still require systematic approval.

+ \ No newline at end of file diff --git a/style.css b/style.css index 1d9a02e..cc7e978 100644 --- a/style.css +++ b/style.css @@ -57,4 +57,15 @@ a:hover { hr { margin: 2em; +} + +#footer { + display: block; + position: fixed; + bottom: 0; + margin-left: auto; + margin-right: auto; + text-align: center; + font-size: 0.8em; + width: 100%; } \ No newline at end of file