Skip to content

Instantly share code, notes, and snippets.

@polotek
Created January 1, 2011 19:31
Show Gist options
  • Save polotek/761942 to your computer and use it in GitHub Desktop.
Save polotek/761942 to your computer and use it in GitHub Desktop.
I'm not sure I like this method for clearing floats, but it works
.clearfix {display: inline-block;}
.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
font-size: 0;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment