Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save myvitaliy/310208bca065d883d0f3180fd6bad917 to your computer and use it in GitHub Desktop.
Save myvitaliy/310208bca065d883d0f3180fd6bad917 to your computer and use it in GitHub Desktop.
clearfix
.clearfix {
display:inline-block;
}
.clearfix {
zoom:1;
display:block;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment