Bootstrap 4 - show and hidden media breakpoints

0 votes
380 views
added Apr 11, 2019 in Bootstrap by LC Marshal Captain (25,790 points)
edited Apr 16, 2019 by LC Marshal
<!--hide on screens smaller than lg-->
<div class="d-lg-none">hide on screens wider than lg</div>
<div class="d-none d-lg-block">hide on screens smaller than lg</div>

 

1 Response

0 votes
responded Apr 16, 2019 by LC Marshal Captain (25,790 points)

For complete bootstrap 4 classes, head on here

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...