Skip to content

Instantly share code, notes, and snippets.

@moladukes
Last active January 23, 2018 19:45
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 moladukes/356e2287736b68d3bfbeaa49168531af to your computer and use it in GitHub Desktop.
Save moladukes/356e2287736b68d3bfbeaa49168531af to your computer and use it in GitHub Desktop.
Affiliate button template
<!--
NOTES: Edit these variables:
BUTTON_URL is the ticket url
BUTTON TEXT is the text on the button
BUTTON_BG is background color. You can create a color code here: http://hslpicker.com/ (i.e #ffffff )
BUTTON_COLOR is button color. You can create a color code here: http://hslpicker.com/ (i.e #000000 )
-->
<p style="text-align: center;"><a href="BUTTON_URL" style="background-color:BUTTON_BG ;border-radius:4px;color:BUTTON_COLOR ;display:inline-block;font-family:sans-serif;font-size:16px;font-weight:bold;line-height:40px;width: 150px; margin: 0 auto;text-align:center;text-decoration:none;-webkit-text-size-adjust:none;">BUTTON_TEXT</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment