Created
April 13, 2018 20:32
-
-
Save alex-ant/6ad47e8a114e59d6555a033c0cf8377d to your computer and use it in GitHub Desktop.
Display bootstrap column sizes
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 className="row"> | |
<div className='col-xs-12 hidden-sm hidden-md hidden-lg'>XS</div> | |
<div className='hidden-xs col-sm-12 hidden-md hidden-lg'>SM</div> | |
<div className='hidden-xs hidden-sm col-md-12 hidden-lg'>MD</div> | |
<div className='hidden-xs hidden-sm hidden-md col-lg-12'>LG</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment