diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-08-09 14:54:57 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-08-09 14:54:57 +0800 |
commit | 92ddf09c95eb626d64530a1b24d13d0e883f0114 (patch) | |
tree | 50b1f4139499585819453bfb16e488cf1d3d5828 | |
parent | 0fc696de7d500c99ebd666e7884ce0378c8ec88e (diff) | |
download | www-92ddf09c95eb626d64530a1b24d13d0e883f0114.tar.gz |
simpler css
-rw-r--r-- | plain.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/plain.css b/plain.css index b5464d3..954e71d 100644 --- a/plain.css +++ b/plain.css @@ -1,25 +1,6 @@ body { background-color: #F8F4E7; color: #552800; - text-align: justify; - max-width: 55em; - margin: auto; - width: 96%; -} - -h1 { - text-align: center; - font-weight: normal; -} - -.indent p { - margin-bottom: 0; - padding-bottom: 0; -} -.indent p + p { - margin-top: 0; - padding-top: 0; - text-indent: 2em; } a.link {color: #0000A0;} |