Skip to content

Instantly share code, notes, and snippets.

@jillmugge
Created April 22, 2014 14:44
Show Gist options
  • Save jillmugge/11181934 to your computer and use it in GitHub Desktop.
Save jillmugge/11181934 to your computer and use it in GitHub Desktop.
Group Class for Floats
.group:before,
.group:after{
content:"";
display:table;
}
.group:after{
clear:both;
}
.group {
*zoom:1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment