Alerts

An urgent interruption, requiring acknowledgement, that inform the user about a situation.

Alert

Are you sure?

This comment requires the users' entire attention. There is an input error, or an action requires confirmation. Close
<!-- Alert -->
<div class="alert alert-info">
<h2class="alert-title">Are you sure?</h2>
This comment requires the users' entire attention. There is an input error, or an action requires confirmation.
<a href="#" class="close" data-dismiss="alert" aria-label="close">Close</a>
</div>