.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
Modern way of clearing floats
by Valeri Tandilashvili
4 years ago
CSS
pseudo-elements
CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences