Skip to content

Instantly share code, notes, and snippets.

@phvaillant
Created February 5, 2019 10:12
Show Gist options
  • Save phvaillant/4d9b54a66467653e29e2ab52243c7485 to your computer and use it in GitHub Desktop.
Save phvaillant/4d9b54a66467653e29e2ab52243c7485 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-lg-3 col-md-8 col-sm-6 blue">
I take 3 columns on large screens, 8 on medium, 6 on small, and 12 on very small.
</div>
<div class="col-lg-9 col-md-4 col-sm-6 red">
I take 9 columns on large screens, 4 on medium, 6 on small, and 12 on very small.
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment