Created
April 24, 2018 13:29
-
-
Save ninjaPixel/f6e53494d508db997ce750c2cb8b06f7 to your computer and use it in GitHub Desktop.
A "Book Now" button with inline styling
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.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