diff options
| author | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-08-08 13:21:36 +0200 |
| commit | a3715e705664f0386b76b0b3c68e39811d77f949 (patch) | |
| tree | e8f0dbab62259d0f823392039beaf20491aff035 /html/style.css | |
| parent | 3dd86438c4739e7f1959816632c157f28103e2d4 (diff) | |
initial commit
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..f3cf308 --- /dev/null +++ b/html/style.css @@ -0,0 +1,9 @@ +* { + font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; +} +body { + background: #EBE9DA; + max-width: 50em; + margin: 0 auto; + padding: 1.25em; +} |
