diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,7 @@ html, body { margin: 0; text-align: center; font-size: 42px; + font-family: 'Courier New', Courier, monospace; } .center { @@ -39,6 +40,19 @@ html, body { left: 0; } +.page { + height: 100vh; + position: relative; +} + +ul, li, ol { + list-style: none; +} + +a:link, a:visited { + color: #fff; +} + @media (prefers-reduced-motion: reduce) { .blink { animation: none; |