Skip to content

Instantly share code, notes, and snippets.

@tieutantan
Created November 29, 2018 11:58
Show Gist options
  • Save tieutantan/2aa44352eb1781c1fcc9859402bd1f4c to your computer and use it in GitHub Desktop.
Save tieutantan/2aa44352eb1781c1fcc9859402bd1f4c to your computer and use it in GitHub Desktop.
Screen Resolution Detector Bootstrap 4
<!-- layout -->
<hr>
<small>
<div class="d-block d-sm-none">xs 576px</div>
<div class="d-none d-sm-block d-md-none">sm ≥ 576px</div>
<div class="d-none d-md-block d-lg-none">md ≥ 768px</div>
<div class="d-none d-lg-block d-xl-none">lg ≥ 992px</div>
<div class="d-none d-xl-block">xl ≥ 1200px</div>
</small>
<hr>
<!-- /layout -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment