From 22360d3904a1f0e4d2898b83dac530cf6464c43c Mon Sep 17 00:00:00 2001 From: ~purplebored Date: Thu, 30 Oct 2025 17:52:57 +0100 Subject: [PATCH] Added a footer --- assets/css/style.css | 18 +++++++++++++++++- index.html | 7 +++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 33ed460..f849915 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -16,7 +16,7 @@ body { overflow: hidden; background-color: #0e0016; color: white; - font-family: "LuxiSans", sans-serif; + font-family: "system-ui", sans-serif; } /* === NAVBAR ON THE RIGHT === */ @@ -89,6 +89,22 @@ body { background-color: #fff5a8; } +.footer { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + padding: 1rem 0; + text-align: center; + font-family: IBMWeb, "Liberation Mono", monospace; + color: #fff; + background: transparent; + z-index: 5; + text-shadow: 0 0 6px rgba(255, 255, 255, 0.25); + letter-spacing: 0.05em; +} + + /* === MAIN CONTENT === */ .content { display: flex; diff --git a/index.html b/index.html index 36a01ef..f2ce925 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,13 @@
Clouds
+ +