Skip to content

Instantly share code, notes, and snippets.

@felipelavinz
Created October 5, 2013 15:52
Show Gist options
  • Save felipelavinz/6842558 to your computer and use it in GitHub Desktop.
Save felipelavinz/6842558 to your computer and use it in GitHub Desktop.
.cf:before,
.cf:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.cf:after {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment