JKCSS Alerts





Introduction To HTML Alerts


This is the HTML Alerts. Acoording to the Alerts it use class alertjk




HTML Basic Alerts


This is the Basic Forms and this includes the style for some HTML Form Components.


According to HTML Basic Alerts there are 6 main colors

  • blue alertjk-blue

  • gray alertjk-gray

  • green alertjk-green

  • red alertjk-red

  • yellow alertjk-yellow

  • light blue alertjk-info

This is Blue Alert

This is Gray Alert

This is Green Alert

This is Red Alert

This is Yellow Alert

This is light Blue Alert

<div class="alertjk alertjk-blue">This is Blue Alert</div>
<div class="alertjk alertjk-gray">This is Gray Alert</div>
<div class="alertjk alertjk-green">This is Green Alert</div>
<div class="alertjk alertjk-red">This is Red Alert</div>
<div class="alertjk alertjk-yellow">This is Yellow Alert</div>
<div class="alertjk alertjk-info">This is light Blue Alert</div>