Answers for "bootstrap d-hidden"

CSS
18

how to hide display in bootstrap

<!-- Bootstrap 4 -->
<div class="d-none"></div>

<!-- Bootstrap 3 -->
<!-- <div class="hidden-{screen size}"></div> -->
<div class="hidden-md"></div>
Posted by: Guest on May-16-2020
0

bootstrap aria-hidden

aria-hidden (state) : Indicates that the element and all of its descendants
are not visible or perceivable to any user as implemented by the author.
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language