Created
February 26, 2015 22:12
-
-
Save whatnickcodes/f5bbff73b97f55fee27a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Button Hollow White --> | |
<a href="#" class="btn-hollow-white" style="padding: 15px 25px;line-height: 20px;">Text goes here</a> | |
<!-- Button Hollow Red --> | |
<a href="#" class="btn-hollow-red" style="width: auto; padding: 0;padding: 15px 25px;line-height: 20px;">Text goes here</a> | |
<!-- Take Action --> | |
<a href="#" class="btn-take-action" style=" padding: 15px 25px; line-height: 20px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600;">Text goes here</a> | |
<!-- Take Contribute --> | |
<a href="#" class="btn-contribute" style=" padding: 15px 25px; line-height: 20px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600;">Text goes here</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment