Skip to content

Instantly share code, notes, and snippets.

View pasqualevitiello's full-sized avatar

Pasquale Vitiello pasqualevitiello

View GitHub Profile
@pasqualevitiello
pasqualevitiello / buttons.html
Last active December 10, 2018 17:03
Cruip buttons helper classes
<a class="button" href="#">Unstyled button</a>
<a class="button button-primary" href="#">Primary button</a>
<a class="button button-secondary" href="#">Secondary button</a>
<a class="button button-shadow" href="#">Unstyled button & shadow</a>
<a class="button button-primary button-shadow" href="#">Primary button & shadow</a>
<a class="button button-secondary button-shadow" href="#">Secondary button & shadow</a>
<a class="button button-sm" href="#">Unstyled button, small</a>
<a class="button button-primary button-sm" href="#">Primary button, small</a>