diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..0f06d75 --- /dev/null +++ b/style.css @@ -0,0 +1,27 @@ +body { + max-width: 45rem; + margin: auto; + padding: 0.5em; + text-align: justify; + font-family: "Times New Roman", serif; +} +h1, h2, h3, h4 { + font-family: arial, sans; +} +h1 { + text-align: center; +} +pre { + padding: 1ch; + background-color: #f5f5f5; + overflow: auto; +} +img { + display: block; + margin: auto; + max-width: 100%; +} +footer { + text-align: center; + font-size: 0.8em; +} |
