Skip to content

Instantly share code, notes, and snippets.

@nathanscott
Created September 22, 2011 01:01
Show Gist options
  • Save nathanscott/1233780 to your computer and use it in GitHub Desktop.
Save nathanscott/1233780 to your computer and use it in GitHub Desktop.
clearfix
#lol:after {
clear: both;
content: " ";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment