Skip to content

Instantly share code, notes, and snippets.

@rkparra
Created May 18, 2012 08:06
Show Gist options
  • Select an option

  • Save rkparra/2723876 to your computer and use it in GitHub Desktop.

Select an option

Save rkparra/2723876 to your computer and use it in GitHub Desktop.
/* clearfix */
.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