diff options
Diffstat (limited to '_includes/site.css')
| -rw-r--r-- | _includes/site.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/_includes/site.css b/_includes/site.css new file mode 100644 index 0000000..5b49c7f --- /dev/null +++ b/_includes/site.css | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | html, | ||
| 2 | body { | ||
| 3 | margin: 0; | ||
| 4 | padding: 0; | ||
| 5 | } | ||
| 6 | |||
| 7 | body { | ||
| 8 | font-family: 'Times New Roman', Times, serif; | ||
| 9 | font-size: 1em; | ||
| 10 | } | ||
| 11 | |||
| 12 | article, | ||
| 13 | main, | ||
| 14 | footer, | ||
| 15 | header { | ||
| 16 | max-width: 800px; | ||
| 17 | margin: 0 auto; | ||
| 18 | } | ||
| 19 | |||
| 20 | h1 { | ||
| 21 | font-size: 200%; | ||
| 22 | } | ||
| 23 | |||
| 24 | h2 { | ||
| 25 | font-size: 180%; | ||
| 26 | } | ||
| 27 | |||
| 28 | h3 { | ||
| 29 | font-size: 160%; | ||
| 30 | } | ||
| 31 | |||
| 32 | h4 { | ||
| 33 | font-size: 140%; | ||
| 34 | } | ||
| 35 | |||
| 36 | h5 { | ||
| 37 | font-size: 120%; | ||
| 38 | } | ||
| 39 | |||
| 40 | h6 { | ||
| 41 | font-size: 100%; | ||
| 42 | } | ||
