Skip to content

Instantly share code, notes, and snippets.

@ninjaPixel
Created June 29, 2018 20:22
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/8a1650ad5a8ecfd0ed01e310b2be3f53 to your computer and use it in GitHub Desktop.
Save ninjaPixel/8a1650ad5a8ecfd0ed01e310b2be3f53 to your computer and use it in GitHub Desktop.
A nicer "Book Now" button for your website
<a href="https://app.bookin.online/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