From 7e80d68e6c6509c6f80a0d655d89d1b28aec9ee7 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 27 Apr 2024 15:27:53 -0500 Subject: add webring setup --- css/stylesheet.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css') diff --git a/css/stylesheet.css b/css/stylesheet.css index 3d0d96e..fcbfa6e 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -56,6 +56,16 @@ a:hover { } } +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + display: flex; + justify-content: space-between; +} + /* Org Stuff */ .todo { -- cgit v1.2.3