+2 votes
in Bootstrap by
How will you create a bootstrap alert?

1 Answer

0 votes
by

You can add a basic alert by creating a wrapper <div> and adding a class of .alert and one of the four contextual classes (e.g., .alert-success, .alert-info, .alert-warning, .alert-danger).

...