diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -34,6 +34,18 @@ body { min-height: 95vh; } +h1 { + font-size: 4em; +} +h2 { + font-size: 3em; +} + +p { + font-size: 2em; + padding: 1em; +} + .center { text-align: center; margin: auto; |