Skip to content

Instantly share code, notes, and snippets.

@kyontan
Last active January 4, 2016 11:39
Show Gist options
  • Save kyontan/8616126 to your computer and use it in GitHub Desktop.
Save kyontan/8616126 to your computer and use it in GitHub Desktop.
clearfix micro
.cf:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment