Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created September 26, 2016 20:20
Show Gist options
  • Save Lego2012/d460ac16c2054fe117d6da383bd83286 to your computer and use it in GitHub Desktop.
Save Lego2012/d460ac16c2054fe117d6da383bd83286 to your computer and use it in GitHub Desktop.
Clearfix CSS Hack
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment