Answers for "how to change bootstrap alert size"

0

change size of alert bootstrap

In Bootstrap (v4 and v5), use this width modifier (w-25, w-50, w-75):

<div class="alert alert-danger w-50" role="alert">
  Here is some text!
</div>
Posted by: Guest on January-28-2021

Code answers related to "how to change bootstrap alert size"

Browse Popular Code Answers by Language