Skip to content

Instantly share code, notes, and snippets.

@everettcaleb
Created June 14, 2016 14:01
Show Gist options
  • Save everettcaleb/54041e7baf3d09911c7ce06e5e74d90c to your computer and use it in GitHub Desktop.
Save everettcaleb/54041e7baf3d09911c7ce06e5e74d90c to your computer and use it in GitHub Desktop.
Improved Micro-clearfix
.cf:after {
content:"";
display:block;
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment