Answers for "bootstrap class to hide element for screens smaller than sm"

1

make element disappear on smaller screens in bootstrap

<div class="d-none d-md-block">
Something here
</div>
Posted by: Guest on June-28-2021

Code answers related to "bootstrap class to hide element for screens smaller than sm"

Browse Popular Code Answers by Language