MayerAnnamaria
6/4/2017 - 9:17 AM

clearfix - clear floats

clearfix - clear floats

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

--------------------------------
<div class="clearfix">

</div>