Skip to content

Instantly share code, notes, and snippets.

@d4rkr00t
Created September 1, 2014 08:00
Show Gist options
  • Save d4rkr00t/285c3a2c7c1be5fa5401 to your computer and use it in GitHub Desktop.
Save d4rkr00t/285c3a2c7c1be5fa5401 to your computer and use it in GitHub Desktop.
Clearfix
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment