From 4f2308ca76c26c2be9d3934a79e6bc2b5d3b1306 Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 3 Feb 2022 22:41:34 -0500 Subject: helen prototype downloads --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'style.css') 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; +} -- cgit v1.2.3