Skip to content

Instantly share code, notes, and snippets.

@stowball
Created February 1, 2013 04:07
Show Gist options
  • Save stowball/4689123 to your computer and use it in GitHub Desktop.
Save stowball/4689123 to your computer and use it in GitHub Desktop.
Cross-browser Clearfix
.clearfix:after {
clear: both;
content: '.';
display: block;
height: 0;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment