Skip to content

Instantly share code, notes, and snippets.

@sugarshin
Created April 8, 2014 07:48
Show Gist options
  • Save sugarshin/10100185 to your computer and use it in GitHub Desktop.
Save sugarshin/10100185 to your computer and use it in GitHub Desktop.
IE8+ clearfix
.elem:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment