Default alerts
<div class="alert alert-primary" role="alert">
Primary alert—At vero eos et accusamus praesentium!
</div>
<div class="alert alert-secondary" role="alert">
Secondary alert—At vero eos et accusamus praesentium!
</div>
<div class="alert alert-success" role="alert">
Success alert—At vero eos et accusamus praesentium!
</div>
<div class="alert alert-info" role="alert">
Info alert—At vero eos et accusamus praesentium!
</div>
<div class="alert alert-warning" role="alert">
Warning alert—At vero eos et accusamus praesentium!
</div>
<div class="alert alert-danger" role="alert">
Danger alert—At vero eos et accusamus praesentium!
</div>
Alerts With Icons
Alerts With Icons Dismissing
Links in alerts
<div class="alert alert-success" role="alert">
<strong>Well done!</strong>You successfully read <a href="javascript:void(0)"class="alert-link"> this important alert message.</a>
</div>
<div class="alert alert-info" role="alert">
<strong>Heads up!</strong> This <a href="javascript:void(0)"class="alert-link">alert needs your attention,</a> but it's not super important.
</div>
<div class="alert alert-warning" role="alert">
<strong>Warning!</strong>Better check yourself, you're<a href="javascript:void(0)"class="alert-link">not looking too good.</a>
</div>
<div class="alert alert-danger" role="alert">
<strong>Oh snap!</strong><a href="javascript:void(0)"class="alert-link">Change a few things up</a>and try submitting again.
</div>
Alert with icon
<div class="alert alert-icon alert-success" role="alert">
<i class="fa fa-check-circle-o me-2" aria-hidden="true"></i> Well done! You successfully read this important alert message.
</div>
<div class="alert alert-icon alert-info" role="alert">
<i class="fa fa-bell-o me-2" aria-hidden="true"></i> Heads up! This alert needs your attention, but it's not super important.
</div>
<div class="alert alert-icon alert-warning" role="alert">
<i class="fa fa-exclamation me-2" aria-hidden="true"></i> Warning! Better check yourself, you're not looking too good.
</div>
<div class="alert alert-icon alert-danger" role="alert">
<i class="fa fa-frown-o me-2" aria-hidden="true"></i> Oh snap!Change a few things up and try submitting again.
</div>
Alerts style
You successfully read this important alert message.
This alert needs your attention, but it's not super important.
Best check the yo self, you're not looking too good.
Change a few things up and try submitting again.