Skip to content

Instantly share code, notes, and snippets.

@sc212
Created April 2, 2012 20:31
Show Gist options
  • Save sc212/2287030 to your computer and use it in GitHub Desktop.
Save sc212/2287030 to your computer and use it in GitHub Desktop.
CSS: Clear float for DIV
.clearfloat:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}
.clearfloat {
display:inline-block
}
.clearfloat {
display:block
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment