From 94a6551bafd51deb2bfae144336689eb0472abf6 Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Fri, 18 Sep 2026 17:23:39 -0700 Subject: Upload files from test.gnufault.org --- css/footer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 css/footer.css (limited to 'css/footer.css') diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 0000000..a252be8 --- /dev/null +++ b/css/footer.css @@ -0,0 +1,10 @@ +.footer { + height: 35px; + padding: 5px; + background-color: #CADCEB; + display: flex; + align-items: center; + justify-content: center; + border-radius: 0 0 9px 9px; + border-top: 1px solid #98A5B0; +} -- cgit v1.2.3