Answers for "bootstrap put an alert smaller"

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

Browse Popular Code Answers by Language