Skip to content

Instantly share code, notes, and snippets.

@rkparra
Forked from SirPepe/gist:1073470
Created April 22, 2012 20:18
Show Gist options
  • Select an option

  • Save rkparra/2466617 to your computer and use it in GitHub Desktop.

Select an option

Save rkparra/2466617 to your computer and use it in GitHub Desktop.
Clearfix
/* Source: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment