Last active
December 19, 2015 15:28
-
-
Save JiveDig/5976093 to your computer and use it in GitHub Desktop.
Create icon buttons (via Font Awesome) in the Latent theme for the Genesis Framework
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
<a class="button purple" href="#"><i class="icon-home icon-large"></i> Go Home</a> | |
<a class="button blue" href="#"><i class="icon-info-sign icon-large"></i> Button</a> | |
<a class="button green" href="#"><i class="icon-comment icon-large"></i> Comment</a> | |
<a class="button orange" href="#"><i class="icon-repeat icon-large icon-spin"></i> Refresh</a> | |
<a class="button red" href="#"><i class="icon-cog icon-large"></i> Settings</a> | |
<a class="button purple" href="#"><i class="icon-flag icon-large"></i> Press Me</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment