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 */