From 9d48b0de979dffaeab30042b380805c28fdfa4fe Mon Sep 17 00:00:00 2001 From: soaos Date: Tue, 19 Aug 2025 23:43:29 -0400 Subject: Added footer --- index.html | 2 ++ style.css | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index c3c2fd5..e36eae3 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,8 @@ EVILRING + + \ No newline at end of file diff --git a/style.css b/style.css index 0d2384e..fbd6e67 100644 --- a/style.css +++ b/style.css @@ -154,4 +154,14 @@ a.evil:hover { .no-bullets { list-style-type: none; padding-left: 0; +} + +.white-on-red { + color: white; + background-color: red; +} + +.red-on-white { + color: red; + background-color: white; } \ No newline at end of file -- cgit v1.2.3