Skip to content

Instantly share code, notes, and snippets.

View 3CatMax's full-sized avatar

3 Cat Max 3CatMax

View GitHub Profile
@dhg
dhg / buttons
Created May 15, 2011 19:17
Buttons for Skeleton
<!-- Just add .button to an anchor -->
<a href="#" class="button">Click Me</a>
<!-- Also works on plain button elements -->
<button>Click Me</button>
<!-- To take up full-width of a container? -->
<a href="#" class="full-width button">Click Me</a>