Skip to content

Instantly share code, notes, and snippets.

@MathRobin
Created July 10, 2019 08:24
Show Gist options
  • Save MathRobin/c0c218dbe2db2ed79b10a23e396d1388 to your computer and use it in GitHub Desktop.
Save MathRobin/c0c218dbe2db2ed79b10a23e396d1388 to your computer and use it in GitHub Desktop.
Bootstrap grid displayer
<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