diff options
author | C.K. Rooke <ckrooke@cro.wtf> | 2023-12-10 02:49:28 +0000 |
---|---|---|
committer | C.K. Rooke <ckrooke@cro.wtf> | 2023-12-10 02:49:28 +0000 |
commit | 1504f1ae2f1bc5005881ba80f51397320c8eaced (patch) | |
tree | f8c1e1d334ffbe66ddde146bddfd8072df80e3b5 /style.css |
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..3169bce --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + background: antiquewhite; + font-family: monospace; + font-size: 1.2em; + margin: 2em auto; + max-width: 30em; +} |