diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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; } |