a1exlism
2/5/2018 - 2:46 PM

CSS_clearfix

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