Alerts
Here the alert message, Enter the information once again correctly
Here the alert message, Enter the information once again correctly
Here the alert message, Enter the information once again correctly
Here the alert message, Enter the information once again correctly
<div class="nondismissible-alert">
<div class="row">
<div class="col-12">
<h2>Alerts</h2>
<div class="alert alert-primary" role="alert">
<p><i class="fa fa-exclamation-circle" aria-hidden="true"></i>Here the alert message, Enter the information once again correctly</p>
</div>
<div class="alert alert-success" role="alert">
<p><i class="fa fa-check-square" aria-hidden="true"></i>Here the alert message, Enter the information once again correctly</p>
</div>
<div class="alert alert-warning" role="alert">
<p><i class="fas fa-exclamation-triangle"></i>Here the alert message, Enter the information once again correctly</p>
</div>
<div class="alert alert-danger" role="alert">
<p><i class="fa fa-times" aria-hidden="true"></i>Here the alert message, Enter the information once again correctly</p>
</div>
</div>
</div>
</div>