Skip to content

Instantly share code, notes, and snippets.

@mghdotdev
Last active August 29, 2015 14:18
Show Gist options
  • Save mghdotdev/c1ab6cbf2e10803df2a5 to your computer and use it in GitHub Desktop.
Save mghdotdev/c1ab6cbf2e10803df2a5 to your computer and use it in GitHub Desktop.
CSS: Clearfix Class
.clearfix:before,.clearfix:after {content: " ";display: table;}.clearfix:after {clear: both;}.clearfix {zoom: 1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment