Skip to content

Instantly share code, notes, and snippets.

@JayHoltslander
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayHoltslander/a9d83efac9f673b752c4 to your computer and use it in GitHub Desktop.
Save JayHoltslander/a9d83efac9f673b752c4 to your computer and use it in GitHub Desktop.
Bootstrap Media Query Testing Snippet
<!-- PASTE THIS SOMEWHERE IN YOUR PAGE TO REFERENCE BREAKPOINTS. -->
<div style="position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.5);padding:10px;color:#fff;">
<span class="visible-xs">SIZE XS</span>
<span class="visible-sm">SIZE SM</span>
<span class="visible-md">SIZE MD</span>
<span class="visible-lg">SIZE LG</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment