Skip to content

Instantly share code, notes, and snippets.

@ar7n
Forked from designsdrivegists/clearfix
Last active August 29, 2015 14:17
Show Gist options
  • Save ar7n/93fa83d3ef26f3139405 to your computer and use it in GitHub Desktop.
Save ar7n/93fa83d3ef26f3139405 to your computer and use it in GitHub Desktop.
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment