Skip to content

Instantly share code, notes, and snippets.

@designsdrivegists
Created September 19, 2013 22:00
Show Gist options
  • Save designsdrivegists/6630471 to your computer and use it in GitHub Desktop.
Save designsdrivegists/6630471 to your computer and use it in GitHub Desktop.
Clearfix hack
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment