diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-07 20:04:05 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-07 20:04:05 -0500 |
commit | 2113f568229cef125a676c7f4dbbe8bfd2304e69 (patch) | |
tree | d9afa085c179fd42ba112b306b61a16cf75836e5 /public | |
parent | remove base elem (diff) | |
download | rit.wtf-main.tar.gz rit.wtf-main.tar.bz2 rit.wtf-main.zip |
Diffstat (limited to '')
-rw-r--r-- | public/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |