Skip to content

Instantly share code, notes, and snippets.

@Jon-Schneider
Created March 16, 2017 18:35
Show Gist options
  • Save Jon-Schneider/c73d9606f701c65f970ee07368ba8c75 to your computer and use it in GitHub Desktop.
Save Jon-Schneider/c73d9606f701c65f970ee07368ba8c75 to your computer and use it in GitHub Desktop.
CSS for an App Store Install Button
/* 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