Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created December 18, 2012 15:28
Show Gist options
  • Save uhtred/4328953 to your computer and use it in GitHub Desktop.
Save uhtred/4328953 to your computer and use it in GitHub Desktop.
CSS: Clearfix
.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment