Skip to content

Instantly share code, notes, and snippets.

@Neceros
Created February 20, 2017 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neceros/e059e98dc0cda7ef023b01872d6e7edb to your computer and use it in GitHub Desktop.
Save Neceros/e059e98dc0cda7ef023b01872d6e7edb to your computer and use it in GitHub Desktop.
The best Clearfix
.clearfix {zoom: 1}
.clearfix:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment