From aad20c863752047585ba4326643526bddfee82ad Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 3 Dec 2024 03:30:55 +0100 Subject: [PATCH] feat: anchored footer with legend --- web/index.html | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/web/index.html b/web/index.html index 3bd2ecf..ad2d168 100644 --- a/web/index.html +++ b/web/index.html @@ -49,13 +49,15 @@ span.cell.error:hover { background-color: rgba(var(--accent-rgb), 1); } + span.sep { + color: var(--background-secondary); + margin-right: 1em; + margin-left: 1em; + } hr.color { color: var(--accent); border-color: var(--accent); } - hr.separator { - margin: 2em; - } div.card { display: inline-block; white-space: nowrap; @@ -71,18 +73,38 @@ div.card:hover { background-color: var(--background-dim); } + body { + margin: 0; + } + footer { + width: 100%; + } + div.content { + min-height: calc(100vh - 3.5rem); + } -
-

uppe.rs

-

%%DESCRIPTION%%

+
+
+

uppe.rs

+

%%DESCRIPTION%%

+
+
+ +
+ +
-
-
- -
+
+
+

+ ... down | + ... slow | + ... up +

+