diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..217205e --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 18px; + padding: 0 10px; + color: #404040; +} + +h1, h2, h3 { + line-height: 1.2; +} + +img { + width: 100%; +} + +footer { + text-align: center; + padding: 30px 0; +} |