Last active
June 21, 2016 02:26
-
-
Save lfbittencourt/91298c72b6ecc8621a78d281e8cc0d1c to your computer and use it in GitHub Desktop.
Bootstrap 4 media query test
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="hidden-sm-up">XS</div> | |
<div class="hidden-md-up hidden-xs-down">SM</div> | |
<div class="hidden-lg-up hidden-sm-down">MD</div> | |
<div class="hidden-xl-up hidden-md-down">LG</div> | |
<div class="hidden-lg-down">XL</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment