summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}