From ad67fca331fab98276b6723639ba229758c8919f Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Sun, 6 Feb 2022 20:54:06 -0500 Subject: beginning of recipes --- style.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f216881..3626a3e 100644 --- a/style.css +++ b/style.css @@ -21,6 +21,10 @@ p, h1, h2, h3, h4 { color: #dedede; } +h1 { + text-align: center; +} + li { color: #dedede; text-align: left; @@ -36,14 +40,14 @@ footer { } .column { - box-sizing: border-box; - float: left; - width: 50%; - padding: 10px; + box-sizing: border-box; + float: left; + width: 50%; + padding: 10px; } .row:after { - content: ""; - display: table; - clear: both; + content: ""; + display: table; + clear: both; } -- cgit v1.2.3