Bootstrap 4.4.0 Component “Alerts”
Alerts:- Alerts are created with the .alert class, followed by one of the contextual classes .alert-success, .alert-info, .alert-warning, .alert-danger, .alert-primary, .alert-secondary, .alert-light or .alert-dark. Syntax:- Alert Links:- Add the alert-link class to any links inside the alert box to create “matching colored links”. syntax:- Closing Alerts:- To close the alert message, add a .alert-dismissible class to the alert container. for creating alert messages we have to create a button or … Read more