1<div class="alert alert-warning alert-dismissible fade show" role="alert">
2 <strong>Holy guacamole!</strong> You should check in on some of those fields below.
3 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
4 <span aria-hidden="true">×</span>
5 </button>
6</div>
1<div class="alert alert-success alert-dismissible fade show" role="alert">
2 <strong>Holy guacamole!</strong> You should check in on some of those fields below.
3 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
4 <span aria-hidden="true">×</span>
5 </button>
6</div>