Skip to content

Instantly share code, notes, and snippets.

@guillaumevoisin
Forked from ebonical/gist:464566
Created May 23, 2012 19:22
Show Gist options
  • Save guillaumevoisin/2777217 to your computer and use it in GitHub Desktop.
Save guillaumevoisin/2777217 to your computer and use it in GitHub Desktop.
CSS: Clearfix
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment