Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 17:18
Show Gist options
  • Save vedranjaic/5653405 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653405 to your computer and use it in GitHub Desktop.
css: Clearfix
.clearfix:after {
content:"\0020";
display:block;
height:0;
clear:both;
visibility:hidden;
overflow:hidden;
}
.clearfix {
display:block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment