Skip to content

Instantly share code, notes, and snippets.

@mwalters
Last active December 14, 2015 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwalters/5069448 to your computer and use it in GitHub Desktop.
Save mwalters/5069448 to your computer and use it in GitHub Desktop.
Snippet: CSS Clear Fix (Source: http://css-tricks.com/snippets/css/clear-fix/)
/* 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