diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..ca83c4b --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body { + background: white; + line-height: 1.5; + margin: 3em; + font-family: sans-serif; +} +.main { + margin: 2em auto; + width: 50em; +} +h1 { + margin-top: 0.25em; + margin-bottom: 0.25em +} +img { + border: 0; + width: 100%; + margin-top: 1em; + margin-bottom: 1em; +} +.date { + font-style: italic; + float: right; +} |