BBS5 Alerts
Learn how to create alerts in Bootstrap 5.
BS5 Alerts
Alerts provide a way to style messages to the user. They are built with the .alert class, followed by a contextual color class.
.alert-success,.alert-info,.alert-warning,.alert-danger, etc.
Alert Links
Add the .alert-link class to any links inside the alert box to create a matching colored link.
Closing Alerts
To close the alert message, add a .alert-dismissible class to the alert container. Then add class="btn-close" and data-bs-dismiss="alert" to a button or link element.
Examples
Basic Alerts
html/css