+1 vote
in Bootstrap by
How can one create an alert in Bootstrap?

1 Answer

0 votes
by

Create a wrapper <div> and add a class of .alert and one of the contextual classes to create a basic alert (e.g., .alert-success, .alert-info, .alert-warning, .alert-danger, .alert-primary, .alert-secondary, .alert-light or .alert-dark).

Related questions

+1 vote
asked Feb 6, 2020 in JavaScript by rajeshsharma
0 votes
asked Aug 6, 2021 in Bootstrap by sharadyadav1986
...