Created
July 9, 2016 23:58
-
-
Save sgithens/dda59113a17d9c9ce67bb5e480c0dd88 to your computer and use it in GitHub Desktop.
Bootstrap 3 Debug
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="row"> | |
| <p class="visible-xs-inline-block hidden-sm hidden-md hidden-lg">Extra Small</p> | |
| <p class="hidden-xs visible-sm-inline-block hidden-md hidden-lg">Small</p> | |
| <p class="hidden-xs hidden-sm visible-md-inline-block hidden-lg">Medium</p> | |
| <p class="hidden-xs hidden-sm hidden-md visible-lg-inline-block">Large</p> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment