Skip to content

Instantly share code, notes, and snippets.

@jackilyn
Created January 6, 2012 23:02
Show Gist options
  • Save jackilyn/1572855 to your computer and use it in GitHub Desktop.
Save jackilyn/1572855 to your computer and use it in GitHub Desktop.
Tiny Clearfix
.cf:before, .cf:after {content:""; display:table;} .cf:after {clear:both;} .cf {zoom:1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment