Skip to content

Instantly share code, notes, and snippets.

@jrmmendes
Created September 9, 2018 13:24
Show Gist options
  • Select an option

  • Save jrmmendes/689f0de19d6ab325669fa7e4317c884c to your computer and use it in GitHub Desktop.

Select an option

Save jrmmendes/689f0de19d6ab325669fa7e4317c884c to your computer and use it in GitHub Desktop.
Clearfix hack
/* From www.w3schools.com/css/css_float.asp */
.clearfix::after {
content: "";
clear: both;
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment