Skip to content

Instantly share code, notes, and snippets.

@alex-ant
Created April 13, 2018 20:32
Show Gist options
  • Save alex-ant/6ad47e8a114e59d6555a033c0cf8377d to your computer and use it in GitHub Desktop.
Save alex-ant/6ad47e8a114e59d6555a033c0cf8377d to your computer and use it in GitHub Desktop.
Display bootstrap column sizes
<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