Created
October 6, 2017 17:30
-
-
Save pardamike/61ba68da4faa1b12bdbe851923da6af8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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