Skip to content

Instantly share code, notes, and snippets.

@aheil
Created February 16, 2022 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aheil/ee07479f7316cdb88e4dbb378bbd58a9 to your computer and use it in GitHub Desktop.
Save aheil/ee07479f7316cdb88e4dbb378bbd58a9 to your computer and use it in GitHub Desktop.
Vanilla CSS Patreon Button using Font Awesome
<a href="https://www.patreon.com/bePatron?u=68747299&amp;redirect_uri=https%3A%2F%2Fpodcast.hack-the-planet.tv" style="color: #5dff5d; text-decoration:none">
<div style="border-radius: 25px; background:#00aa00; hover:background:#00ff00; display: inline-block;padding-top: 5px; padding-bottom:5px; padding-left:25px; padding-right:25px">
<div style="color:#5dff5d; font-weight:500;">
<i class="fab fa-patreon" style="color:#5dff5d;"></i>
&nbsp;PATREON
</div>
</div>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment