Skip to content

Instantly share code, notes, and snippets.

@nurbek-ab
Last active August 29, 2015 14:10
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 nurbek-ab/b3729a2dd854b65d90fc to your computer and use it in GitHub Desktop.
Save nurbek-ab/b3729a2dd854b65d90fc to your computer and use it in GitHub Desktop.
Twitter bootstrap helper block that displays current break point
<div class="well" style="position: fixed; bottom: 0; left: 0; display: inline-block; height: auto; z-index: 99999">
<div class="visible-xs text-center text-danger">
<b>xs (extra small)</b>
</div>
<div class="visible-sm text-center text-warning">
<b>sm (small)</b>
</div>
<div class="visible-md text-center text-primary">
<b>md (middle)</b>
</div>
<div class="visible-lg text-center text-success">
<b>lg (large)</b>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment