• Phone:+380 3658 27 18
  • Adress:Times Square Avenue, 712 Newyork

Alerts

Simple HTML codelines for alerts


<div class="alert alert-success" role="alert"> <strong>Well done!</strong> You successfully read this important alert message. </div><!-- end alert -->          <div class="alert alert-info" role="alert"> <strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div><!-- end alert -->          <div class="alert alert-warning" role="alert"> <strong>Warning!</strong> Better check yourself, you're not looking too good. </div><!-- end alert -->          <div class="alert alert-danger" role="alert"> <strong>Oh snap!</strong> Change a few things up and try submitting again. </div><!-- end alert -->