Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.23 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.23 KB

COLOR BOX

A simple button plugin for your website

Now Available in : Red , Green , Yellow , Blue , White

➫ Include colorbox.min.css

<link rel="stylesheet" href="colorbox.min.css">

➫ Red Button

<button class="cb-btn-r"> Button </button>

➫ Green Button

<button class="cb-btn-g"> Button </button>

➫ Yellow Button

<button class="cb-btn-y"> Button </button>

➫ Blue Button

<button class="cb-btn-b"> Button </button>

➫ White Button

<button class="cb-btn-w"> Button </button>