Skip to content

Instantly share code, notes, and snippets.

@kflorence
Created April 6, 2012 20:12
Show Gist options
  • Select an option

  • Save kflorence/2322620 to your computer and use it in GitHub Desktop.

Select an option

Save kflorence/2322620 to your computer and use it in GitHub Desktop.
Clearfix
.clearfix {
height: 1%; /* trigger hasLayout for IE < 8 */
}
.clearfix:before, .clearfix:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment