Skip to content

Instantly share code, notes, and snippets.

@hsquareweb
Created March 7, 2012 03:43
Show Gist options
  • Save hsquareweb/1990802 to your computer and use it in GitHub Desktop.
Save hsquareweb/1990802 to your computer and use it in GitHub Desktop.
Clearfix
.clearfix {
zoom: 1;
&:before, &:after {
content: "";
display: table;
}
&:after {
clear: both;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment