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
+ +