Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created November 6, 2015 15:52
Show Gist options
  • Save pablocattaneo/4894b0f033794595ee8b to your computer and use it in GitHub Desktop.
Save pablocattaneo/4894b0f033794595ee8b to your computer and use it in GitHub Desktop.
Clearfix
.clearfix:before,
.clearfix:after{
content: " ";
display:table;
}
.clearfix:after{
clear:both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment