diff options
author | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 20:20:34 +0800 |
---|---|---|
committer | Runxi Yu <harriet@andrewyu.org> | 2023-08-06 20:20:34 +0800 |
commit | 155734ce7ee518e9b5e92cfcf5aac72d4a2cf3f0 (patch) | |
tree | fb7a2d2d1b45dd88d0c22a5d1a92dc3be34ecc8e | |
parent | aedd8cda34608705ba8247b9f5dfd9f30469f298 (diff) | |
download | www-155734ce7ee518e9b5e92cfcf5aac72d4a2cf3f0.tar.gz |
Some CSS testing
-rw-r--r-- | style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/style.css b/style.css index 39da0d5..7508386 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,12 @@ -body { - /* background-color: #F8F4E7; */ - /* color: #552800; */ +html { font-family: sans-serif; max-width: 50em; margin: 0 auto; line-height: 1.2; - padding: 0 1rem; +} + +body { + margin: 3px; } .copyright { |