Last active
August 29, 2015 14:10
-
-
Save nurbek-ab/b3729a2dd854b65d90fc to your computer and use it in GitHub Desktop.
Twitter bootstrap helper block that displays current break point
This file contains 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="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