From 063efc4be49bd3c655fba2ad1ba01184047229f6 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 28 Dec 2023 16:33:58 +0100 Subject: cool --- favicon.ico | Bin 0 -> 152419 bytes index.html | 28 ++++++++++++++++++++-------- style.css | 17 +++++++++++++++-- 3 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 favicon.ico diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f6ef4f7 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index a41df76..2a9230b 100644 --- a/index.html +++ b/index.html @@ -15,20 +15,32 @@
+ SCROLL
+
+ +
diff --git a/style.css b/style.css index 9da7666..66c738e 100644 --- a/style.css +++ b/style.css @@ -4,8 +4,9 @@ html, body { padding: 0; margin: 0; text-align: center; - font-size: 42px; + font-size: 69px; font-family: 'Courier New', Courier, monospace; + font-weight: bold; } .center { @@ -34,7 +35,7 @@ html, body { .bg { z-index: 1; width: 100%; - height: 100%; + height: 200vh; position: absolute; top: 0; left: 0; @@ -45,6 +46,18 @@ html, body { position: relative; } +.note { + position: absolute; + bottom: 0; + left: 0; + right: 0; + font-size: 28px; +} + +.colored { + background-color: pink; +} + ul, li, ol { list-style: none; } -- cgit v1.2.3