Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Last active June 13, 2016 19:50
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 jonnymaceachern/9aea4b2e9032e7512c77a3c6fdc65b06 to your computer and use it in GitHub Desktop.
Save jonnymaceachern/9aea4b2e9032e7512c77a3c6fdc65b06 to your computer and use it in GitHub Desktop.
<div class="col-group">
<div class="col"> ... </div>
<div class="col"> ... </div>
</div>
.col-group {
overflow:hidden;
}
.col-group .col {
width:50%;
float:left;
display:inline;
margin-bottom:-9999px;
padding-bottom:9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment