Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created February 13, 2014 03:51
Show Gist options
  • Save snowman-repos/8969433 to your computer and use it in GitHub Desktop.
Save snowman-repos/8969433 to your computer and use it in GitHub Desktop.
Clearfix
clearfix()
*zoom 1
&:before
content " "
display table
&:after
content " "
display table
clear both
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment