Skip to content

Instantly share code, notes, and snippets.

@riaf
Created October 31, 2011 07:07
Show Gist options
  • Save riaf/1327057 to your computer and use it in GitHub Desktop.
Save riaf/1327057 to your computer and use it in GitHub Desktop.
clearfix
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment