Skip to content

Instantly share code, notes, and snippets.

@rapodaca
Created October 4, 2011 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rapodaca/1260721 to your computer and use it in GitHub Desktop.
Save rapodaca/1260721 to your computer and use it in GitHub Desktop.
HTML for container + floated children
<div class="wrapper" style="overflow: auto;">
<div class="child" style="float: left;" ></div>
<div class="child" style="float: left;" ></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment