diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,18 +1,26 @@ body { width: 40em; margin: 2em; - font-size: 18px; + font-size: 17px; line-height: 1.4em; background-color: white } h1 { padding-bottom: 0.5em; + font-size: 26px; +} + +h2 { + padding-bottom: 0.5em; + font-size: 22px; } pre { + border: 1px #ddd solid; background-color: #f4f4f4; padding: 1em; + font-size: 14px; } table { |