Skip to content

Instantly share code, notes, and snippets.

@Fastjur
Created June 23, 2017 14:26
Show Gist options
  • Save Fastjur/23daeab147c0659a8f762d9858a6dfb2 to your computer and use it in GitHub Desktop.
Save Fastjur/23daeab147c0659a8f762d9858a6dfb2 to your computer and use it in GitHub Desktop.
Really simple 'test' html to show what size you're currently on.
<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