Skip to content

Instantly share code, notes, and snippets.

@macmladen
Last active December 17, 2015 06:09
Show Gist options
  • Save macmladen/5563170 to your computer and use it in GitHub Desktop.
Save macmladen/5563170 to your computer and use it in GitHub Desktop.
CSS tricks
/* Clearfix to clear floats: http://css-tricks.com/snippets/css/clear-fix/ */
.group:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment