Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Alerts

Bootstrap 5 Alerts

Bootstrap 5 provides an easy way to create predefined alert messages.

Alerts are created with the .alert class, followed by one of the contextual classes.

Alert Classes:

.alert-success, .alert-info, .alert-warning, .alert-danger, .alert-primary, etc.

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.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics