From 1fd64270d28ee8c83ae2920630e9c5ba218b22d3 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Tue, 9 May 2023 21:11:06 -0700 Subject: fuck the previous site --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/style.css (limited to 'css/style.css') 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; +} -- cgit v1.3