Skip to content

httpanand/ColorBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>