From 2113f568229cef125a676c7f4dbbe8bfd2304e69 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 7 Feb 2025 20:04:05 -0500 Subject: add copyright --- public/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/css') diff --git a/public/css/main.css b/public/css/main.css index c2cba8b..da18fe7 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -133,6 +133,14 @@ footer#footer { border: none; background: white; } + + #copyright { + width: fit-content; + margin: 5px auto; + padding: 10px; + background: black; + color: white; + } } /* dither */ -- cgit v1.2.3-freya