Clearfix
Preview
This is a preview of the Bootstrap element. For more details, please visit the official Bootstrap page.
Bootstrap pageEasily clear floats by adding .clearfix to the parent element.
<!-- Soure code -->
display: block;
clear: both;
content: "";
<!-- Example -->
<div class="clearfix">...</div>