Skip to content

Instantly share code, notes, and snippets.

@jkanclerz
Created May 5, 2014 07:51
Show Gist options
  • Select an option

  • Save jkanclerz/480dc3e737fe0f112754 to your computer and use it in GitHub Desktop.

Select an option

Save jkanclerz/480dc3e737fe0f112754 to your computer and use it in GitHub Desktop.
Fix div(element) element hight 0
#element:after, .element: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