diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-09 21:11:06 -0700 |
|---|---|---|
| committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2023-05-09 21:11:06 -0700 |
| commit | 1fd64270d28ee8c83ae2920630e9c5ba218b22d3 (patch) | |
| tree | 44911ec3487dfdae0e6dc452fe4e3730f928da4b /css | |
| download | simponic.xyz-1fd64270d28ee8c83ae2920630e9c5ba218b22d3.tar.gz simponic.xyz-1fd64270d28ee8c83ae2920630e9c5ba218b22d3.zip | |
fuck the previous site
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..a970fc7 --- /dev/null +++ b/css/style.css @@ -0,0 +1,13 @@ +body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 18px; + color: #444; + padding: 0 10px; +} +h1, +h2, +h3 { + line-height: 1.2; +} |
