Skip to content

Instantly share code, notes, and snippets.

@wbashir
Created April 16, 2014 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbashir/10913517 to your computer and use it in GitHub Desktop.
Save wbashir/10913517 to your computer and use it in GitHub Desktop.
Random Styles
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