From 31c01aaf7443575475bf76d1803da8e9097739db Mon Sep 17 00:00:00 2001 From: "Russell R. Riker" Date: Tue, 28 Jul 2020 21:05:29 +0000 Subject: [PATCH] Updated the width, padding, and removed height. --- mycss.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mycss.css b/mycss.css index d399a6c..28f3647 100644 --- a/mycss.css +++ b/mycss.css @@ -1,13 +1,13 @@ * { - box-sizing: border-box; + box-sizing: content-box; } /* Create two equal columns that floats next to each other */ .column { float: left; width: 30%; - padding: 10px; - height: 300px; /* Should be removed. Only for demonstration */ + padding: 5px; + /*height: 300px; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */