Skip to content

Instantly share code, notes, and snippets.

@NemoD503
Created January 20, 2014 05:57
Show Gist options
  • Save NemoD503/8515608 to your computer and use it in GitHub Desktop.
Save NemoD503/8515608 to your computer and use it in GitHub Desktop.
.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