Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created June 6, 2013 04:16
Show Gist options
  • Save mongoltolbo/5719268 to your computer and use it in GitHub Desktop.
Save mongoltolbo/5719268 to your computer and use it in GitHub Desktop.
Clearfix
.clearfix:before, .container:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* IE 6/7 */
.clearfix { zoom: 1; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment