<div class=”button orange”>Div</div>
<p class=”button orange”>P Tag</p>
<h3 class=”button orange”>H3</h3>
</div>
<div>
<a href=”#” class=”button red”>Red</a>
<a href=”#” class=”button red bigrounded”>Rounded</a>
<a href=”#” class=”button red medium”>Medium</a>
<a href=”#” class=”button red small”>Small</a>
<input class=”button red” type=”button” value=”Input Element” />
<button class=”button red”>Button Tag</button>
<span class=”button red”>Span</span>
<div class=”button red”>Div</div>
<p class=”button red”>P Tag</p>
<h3 class=”button red”>H3</h3>
</div>
<div>
<a href=”#” class=”button blue”>Blue</a>
<a href=”#” class=”button blue bigrounded”>Rounded</a>
<a href=”#” class=”button blue medium”>Medium</a>
<a href=”#” class=”button blue small”>Small</a>
<input class=”button blue” type=”button” value=”Input Element” />
<button class=”button blue”>Button Tag</button>
<span class=”button blue”>Span</span>
<div class=”button blue”>Div</div>
<p class=”button blue”>P Tag</p>
<h3 class=”button blue”>H3</h3>
</div>
<div>
<a href=”#” class=”button rosy”>Rosy</a>
<a href=”#” class=”button rosy bigrounded”>Rounded</a>
<a href=”#” class=”button rosy medium”>Medium</a>
<a href=”#” class=”button rosy small”>Small</a>
<input class=”button rosy” type=”button” value=”Input Element” />
<button class=”button rosy”>Button Tag</button>
<span class=”button rosy”>Span</span>
<div class=”button rosy”>Div</div>
<p class=”button rosy”>P Tag</p>
<h3 class=”button rosy”>H3</h3>
</div>
<div>
<a href=”#” class=”button green”>Green</a>
<a href=”#” class=”button green bigrounded”>Rounded</a>
<a href=”#” class=”button green medium”>Medium</a>
<a href=”#” class=”button green small”>Small</a>










