diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-03 22:41:34 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2022-02-03 22:41:34 -0500 |
commit | 4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 (patch) | |
tree | 6e20003ad2f8a179cef16a5fee74ebd2e681845a /style.css | |
parent | 70e1fcf595c2bd350672e31803d4b0336366291b (diff) |
helen prototype downloads
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -34,3 +34,16 @@ a { footer { text-align: center; } + +.column { + box-sizing: border-box; + float: left; + width: 50%; + padding: 10px; +} + +.row:after { + content: ""; + display: table; + clear: both; +} |