scwebd
9/9/2018 - 6:22 AM

Remember that, to use a clearfix, you add the code below to your stylesheet. Then, you apply 'class="clearfix"' to the parent element that w

Remember that, to use a clearfix, you add the code below to your stylesheet. Then, you apply 'class="clearfix"' to the parent element that wraps around the floated element or elements...

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}