Skip to content

Instantly share code, notes, and snippets.

@kevin-ashton
Created September 3, 2013 22:00
Show Gist options
  • Save kevin-ashton/6430172 to your computer and use it in GitHub Desktop.
Save kevin-ashton/6430172 to your computer and use it in GitHub Desktop.
CSS Clear Fix
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment