Skip to content

Instantly share code, notes, and snippets.

@logeshpaul
Last active December 19, 2015 08:49
Show Gist options
  • Select an option

  • Save logeshpaul/5928745 to your computer and use it in GitHub Desktop.

Select an option

Save logeshpaul/5928745 to your computer and use it in GitHub Desktop.
CSS: Clearfix
.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