Skip to content

Instantly share code, notes, and snippets.

@ravixp
Last active July 12, 2017 17:58
Show Gist options
  • Select an option

  • Save ravixp/7520aaeca61411e74c98577c17d36a24 to your computer and use it in GitHub Desktop.

Select an option

Save ravixp/7520aaeca61411e74c98577c17d36a24 to your computer and use it in GitHub Desktop.
CSS: clearfix works fine from IE 8 and up
.clearfix:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment