Skip to content

Instantly share code, notes, and snippets.

@sgithens
Created July 9, 2016 23:58
Show Gist options
  • Select an option

  • Save sgithens/dda59113a17d9c9ce67bb5e480c0dd88 to your computer and use it in GitHub Desktop.

Select an option

Save sgithens/dda59113a17d9c9ce67bb5e480c0dd88 to your computer and use it in GitHub Desktop.
Bootstrap 3 Debug
<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