Skip to content

Instantly share code, notes, and snippets.

@kkemple
Created November 27, 2013 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkemple/7684576 to your computer and use it in GitHub Desktop.
Save kkemple/7684576 to your computer and use it in GitHub Desktop.
clear fixing class for css
.group {
*zoom: 1; /* ie 7 clearfix */
}
.group:before,
.group:after { /* modern browser clearfix */
content: ' ';
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment