Skip to content

Instantly share code, notes, and snippets.

@IGGY-MODEL
Created June 13, 2016 11:47
Show Gist options
  • Select an option

  • Save IGGY-MODEL/71852f739cbaf16dd05122cd2152aa98 to your computer and use it in GitHub Desktop.

Select an option

Save IGGY-MODEL/71852f739cbaf16dd05122cd2152aa98 to your computer and use it in GitHub Desktop.
clearing floats : 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