+2 votes
in Bootstrap by (30.8k points)
How will you create a bootstrap alert?

1 Answer

0 votes
by (30.4k points)

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).

Related questions

...