Created
April 16, 2014 17:53
-
-
Save wbashir/10913517 to your computer and use it in GitHub Desktop.
Random Styles
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
cta-button { | |
display: inline-block; | |
padding: 17px 31px; | |
border-radius: 3px; | |
background-color: #8f69d9; | |
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 0px 0px; | |
-webkit-transition: background-color 300ms ease; | |
-o-transition: background-color 300ms ease; | |
transition: background-color 300ms ease; | |
font-family: proxima-nova, sans-serif; | |
color: white; | |
letter-spacing: 1px; | |
text-decoration: none; | |
text-transform: uppercase; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment