From de08697ecd437c1df67dc07ac323efabfdaac3cf Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 14:24:02 -0500 Subject: added columns and rows in homepage --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index cfd8528..c14e9b3 100644 --- a/style.css +++ b/style.css @@ -154,11 +154,22 @@ li a:hover { } -.row { +.row-cards { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; +} + +.row-column:after { + content: ""; + display: table; + clear: both; +} + +.column { + float: left; + width: 33.33%; } \ No newline at end of file -- cgit v1.2.3