minimalart
3/18/2017 - 8:40 PM

Clearfix for modern browsers

.element:after {
  content: "";
  display: table;
  clear: both;
}