Created
June 23, 2017 14:26
-
-
Save Fastjur/23daeab147c0659a8f762d9858a6dfb2 to your computer and use it in GitHub Desktop.
Really simple 'test' html to show what size you're currently on.
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"> | |
<div class="hidden-lg hidden-md hidden-sm">Extra Small</div> | |
<div class="hidden-lg hidden-md hidden-xs">Small</div> | |
<div class="hidden-lg hidden-sm hidden-xs">Medium</div> | |
<div class="hidden-md hidden-sm hidden-xs">Large</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment