Sizes
Heads up! This alert needs your attention, but it's not super important.
Heads up! This alert needs your attention, but it's not super important.
Heads up! This alert needs your attention, but it's not super important.
1
2
3
4
5
6
7
8
9
10
11
|
<div class="alert alert-info alert-sm">
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
</div>
<div class="alert alert-info">
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
</div>
<div class="alert alert-info alert-lg">
<strong>Heads up!</strong> This alert needs your attention, but it's not super important.
</div>
|