Skip to content

Instantly share code, notes, and snippets.

@Q4U
Created January 24, 2014 15:00
Show Gist options
  • Save Q4U/8598869 to your computer and use it in GitHub Desktop.
Save Q4U/8598869 to your computer and use it in GitHub Desktop.
CSS: .clearfix
.clearfix:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment