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