summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2022-02-03 22:41:34 -0500
committerDustin Walker <dustin.walker@email.wsu.edu>2022-02-03 22:41:34 -0500
commit4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 (patch)
tree6e20003ad2f8a179cef16a5fee74ebd2e681845a /style.css
parent70e1fcf595c2bd350672e31803d4b0336366291b (diff)
helen prototype downloads
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/style.css b/style.css
index 76a7f47..f216881 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}