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

Related questions

+1 vote
asked Jun 1, 2020 in Bootstrap by SakshiSharma
+2 votes
asked Jun 1, 2020 in Bootstrap by SakshiSharma
...