Skip to content

Instantly share code, notes, and snippets.

@pardamike
Created October 6, 2017 17:30
Show Gist options
  • Select an option

  • Save pardamike/61ba68da4faa1b12bdbe851923da6af8 to your computer and use it in GitHub Desktop.

Select an option

Save pardamike/61ba68da4faa1b12bdbe851923da6af8 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="row example grey">
<span class="ex-title">Note the row is grey</span>
<div class="col-md-offset-2 col-md-10 col-sm-offset-1 col-sm-11 col-xs-12 blue">
This column is actually always 12 columns. It will begin as offset-2, then it will string to offset-1, then not have an offset at all
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment