Unlike some other Bootstrap components like Buttons, the Alerts do not come with a default or primary styling, because they are meant to alert the user in a specific way.
<div class="alert alert-success" role="alert">
Some action was completed successfully
</div&g...