diff options
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; } |