Skip to content

Instantly share code, notes, and snippets.

@jacqueminv
Created September 26, 2012 20:31
Show Gist options
  • Select an option

  • Save jacqueminv/3790412 to your computer and use it in GitHub Desktop.

Select an option

Save jacqueminv/3790412 to your computer and use it in GitHub Desktop.
CSS: 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