Skip to content

Instantly share code, notes, and snippets.

@ninjaPixel
Created April 24, 2018 13:29
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 ninjaPixel/f6e53494d508db997ce750c2cb8b06f7 to your computer and use it in GitHub Desktop.
Save ninjaPixel/f6e53494d508db997ce750c2cb8b06f7 to your computer and use it in GitHub Desktop.
A "Book Now" button with inline styling
<a href="https://app.barbershopbooking.co.uk/my_company_name">
<button style="font-size:32px;background-color:#FFEB3B; color:rgba(0, 0, 0, 0.87);padding:10px;border:none; box-shadow: 0 2px 4px rgba(0, 0, 0, .6);">
BOOK NOW
</button>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment