Created
March 16, 2017 18:35
-
-
Save Jon-Schneider/c73d9606f701c65f970ee07368ba8c75 to your computer and use it in GitHub Desktop.
CSS for an App Store Install Button
This file contains 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
/* Scale as needed */ | |
#install-button { | |
font-family:arial; | |
font-size:14pt; | |
letter-spacing: 1px; | |
padding-top:7px; | |
padding-bottom:7px; | |
padding-left:12px; | |
padding-right:12px; | |
color:#19ab20; | |
text-decoration:none; | |
border-style:solid; | |
border-width:1.5px; | |
border-radius:6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment