Skip to content

Instantly share code, notes, and snippets.

@kitt-vl
Created October 25, 2018 07: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 kitt-vl/80128e71b32faece8aa8c18967d06660 to your computer and use it in GitHub Desktop.
Save kitt-vl/80128e71b32faece8aa8c18967d06660 to your computer and use it in GitHub Desktop.
Bootstrap 4 visual XS|SM|MD|LG|XL helper (place this code in start of body tag)
<!-- Adopt colors and sizes at your favor -->
<div style="position: fixed; font-size: 32px; background: #36f21c; left: 0; top: 0; z-index: 9999;">
<span class="d-block d-sm-none">
XS
<br />
</span>
<span class="d-none d-sm-block d-md-none">
SM
<br />
</span>
<span class="d-none d-md-block d-lg-none">
MD
<br />
</span>
<span class="d-none d-lg-block d-xl-none">
LG
<br />
</span>
<span class="d-none d-xl-block">
XL
<br />
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment