Skip to content

Instantly share code, notes, and snippets.

@hbehkamal
Created June 30, 2013 05:35
Show Gist options
  • Save hbehkamal/5893991 to your computer and use it in GitHub Desktop.
Save hbehkamal/5893991 to your computer and use it in GitHub Desktop.
.badboy{
clear: both;
display: block;
width: 0;
height: 0;
min-width: 0;
min-height: 0;
padding: 0;
margin: 0;
overflow: hidden;
}
element:after{
content :" ";
clear : both;
display : table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment