Skip to content

Instantly share code, notes, and snippets.

@chriwo
Created February 1, 2018 12:57
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 chriwo/19afb77ce6221ee75575944d99efc5eb to your computer and use it in GitHub Desktop.
Save chriwo/19afb77ce6221ee75575944d99efc5eb to your computer and use it in GitHub Desktop.
Display the used bootstrap viewport
<div class="whatbreakPoint" style="position:fixed;bottom:0;right:0;width:100px;height:20px;background-color:yellow;text-align:center;">
<div class="visible-xs-block">XS</div>
<div class="visible-sm-block">SM</div>
<div class="visible-md-block">MD</div>
<div class="visible-lg-block">LG</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment