Created
November 29, 2018 11:58
-
-
Save tieutantan/2aa44352eb1781c1fcc9859402bd1f4c to your computer and use it in GitHub Desktop.
Screen Resolution Detector Bootstrap 4
This file contains hidden or 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
<!-- 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