Last active
September 25, 2020 15:53
-
-
Save chadspencer/3dbd4fa060da40b2c3abf80528b1cbd6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 class="button primary>Primary Button Text</button> | |
<a class="button secondary" href="">Secondary Button Text</a> | |
<div class="button-group"> | |
<a class="button primary" href="">Primary Button Text</a> | |
<a class="button secondary" href="">Secondary Button Text</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment