Skip to content

Instantly share code, notes, and snippets.

@ksk1015
Created July 10, 2013 05:23
Show Gist options
  • Save ksk1015/5963681 to your computer and use it in GitHub Desktop.
Save ksk1015/5963681 to your computer and use it in GitHub Desktop.
clearfix
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "";
clear: both;
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment