2015. március 3., kedd

Bootstrap Alerts

Creating Alert Messages with Bootstrap: http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-alerts.php


Alert:


<div class=”alert alert-error”>

<a href=”#” class=”close” data-dismiss=”alert”>&times;</a>

<strong>Error!</strong> A problem has been occurred while submitting your data.

</div>


Success:


<div class=”alert alert-success”>

<a href=”#” class=”close” data-dismiss=”alert”>&times;</a>

<strong>Success!</strong> Your message has been sent successfully.

</div>


 


 



Bootstrap Alerts