Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Last active October 2, 2015 10:28
Show Gist options
  • Save manfromanotherland/2228133 to your computer and use it in GitHub Desktop.
Save manfromanotherland/2228133 to your computer and use it in GitHub Desktop.
CSS: Clearfix #snippet
/* 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