Created
July 10, 2019 08:24
-
-
Save MathRobin/c0c218dbe2db2ed79b10a23e396d1388 to your computer and use it in GitHub Desktop.
Bootstrap grid displayer
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
<div class="row"> | |
<div class="col-12 d-block d-sm-none">XS</div> | |
<div class="col-12 d-none d-sm-block d-md-none">SM</div> | |
<div class="col-12 d-none d-md-block d-lg-none">MD</div> | |
<div class="col-12 d-none d-lg-block d-xl-none">LG</div> | |
<div class="col-12 d-none d-xl-block">XL</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment