Skip to content

Instantly share code, notes, and snippets.

@beenhero
Created October 26, 2011 16:22
Show Gist options
  • Save beenhero/1316887 to your computer and use it in GitHub Desktop.
Save beenhero/1316887 to your computer and use it in GitHub Desktop.
Simple clearfix
.clearfix {
*zoom: 1;
}
.clearfix:after {
clear: both;
content: "";
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment