Answers for "bootstrap alert auto width"

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 "bootstrap alert auto width"

Browse Popular Code Answers by Language