Skip to content

Instantly share code, notes, and snippets.

@lumpysimon
Created June 18, 2014 20:35
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 lumpysimon/9df4ff93a5b06b3d37c3 to your computer and use it in GitHub Desktop.
Save lumpysimon/9df4ff93a5b06b3d37c3 to your computer and use it in GitHub Desktop.
Responsive columns HTML markup
<section class="cols">
<div class="col col-3-5">
<div class="cols">
<div class="col col-1-3">
<div class="button">one third of three fifths</div>
</div>
<div class="col col-1-3">
<div class="button">one third of three fifths</div>
</div>
<div class="col col-1-3">
<div class="button">one third of three fifths</div>
</div>
</div>
</div>
<div class="col col-2-5">
<div class="button">two fifths</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment