diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-06 20:54:06 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-06 20:54:06 -0500 |
commit | ad67fca331fab98276b6723639ba229758c8919f (patch) | |
tree | 30678d03c069dcb20fa40f92668b8e4cb9d99f24 /style.css | |
parent | 4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 (diff) |
beginning of recipes
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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; } |