Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created October 29, 2012 14:08
Show Gist options
  • Save planetoftheweb/3973749 to your computer and use it in GitHub Desktop.
Save planetoftheweb/3973749 to your computer and use it in GitHub Desktop.
Group Clearfix
.group:before, .group:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }
@ilialaliashvili
Copy link

thanks!

@antibir
Copy link

antibir commented Jan 13, 2014

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment