Skip to content

Instantly share code, notes, and snippets.

@dhg
Created May 15, 2011 19:17
Show Gist options
  • Save dhg/973448 to your computer and use it in GitHub Desktop.
Save dhg/973448 to your computer and use it in GitHub Desktop.
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>
@3CatMax
Copy link

3CatMax commented Nov 16, 2017

Thanks for the tip to use the full-width class on a button! Although (7 years latter) it is now "u-full-width".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment