Icons
Info Message !
Change a few things up and try submitting again.
Info Message !
Change a few things up and try submitting again.
Info Message !
Change a few things up and try submitting again.
Info Message !
Change a few things up and try submitting again.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<div class="alert alert-info alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong> <em class="fas fa-info-circle"></em>Info Message ! </strong>
Change a few things up and try submitting again.
</div>
<div class="alert alert-success alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong> <em class="fas fa-check-circle"></em>Info Message ! </strong>
Change a few things up and try submitting again.
</div>
<div class="alert alert-warning alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong> <em class="fas fa-exclamation-triangle"></em>Info Message ! </strong>
Change a few things up and try submitting again.
</div>
<div class="alert alert-danger alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong> <em class="fas fa-times-circle"></em>Info Message ! </strong>
Change a few things up and try submitting again.
</div>
|