elibraryportal Logo

Bootstrap Alerts

Bootstrap provides predefined alert messages use by some classes alert-success, .alert-info, .alert-warning or .alert-danger::

Example:-

Test it Now

Bootstrap Alert Links

Use alert-link class links inside the alert box to create "matching colored links".

Example:-

Test it Now

Bootstrap Closing Alerts

Close the alert message use the .alert-dismissible class.

To add the class="close" & data-dismiss="alert" to a link or a button element then alert box will disappear.

Example:-

Test it Now