summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorMarvin Borner2023-12-28 16:33:58 +0100
committerMarvin Borner2023-12-28 16:33:58 +0100
commit063efc4be49bd3c655fba2ad1ba01184047229f6 (patch)
tree46d92e7cf856c73ab48ef3b8eafc68c222b9046b /style.css
parenta366460da04bd0e6dfa3c5bec20ded01f749f0b7 (diff)
cool
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 15 insertions, 2 deletions
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;
}