Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created October 3, 2013 03:49
Show Gist options
  • Save tyrotinal/6804666 to your computer and use it in GitHub Desktop.
Save tyrotinal/6804666 to your computer and use it in GitHub Desktop.
html/css: fix floating issue for floated elements
#container: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