Skip to content

Instantly share code, notes, and snippets.

@amit1952
Last active October 27, 2016 12:49
Show Gist options
  • Save amit1952/7245167 to your computer and use it in GitHub Desktop.
Save amit1952/7245167 to your computer and use it in GitHub Desktop.
CSS: clear float
/* Nicholas Gallagher's clearfix.hack.
/* For Modern Browsers */
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1; /* for IE6 and IE7 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment