Skip to content

Instantly share code, notes, and snippets.

@zikosichi
Last active February 11, 2017 10:37
Show Gist options
  • Save zikosichi/4bebd27624fc1d2a3b0b148cacb6aa44 to your computer and use it in GitHub Desktop.
Save zikosichi/4bebd27624fc1d2a3b0b148cacb6aa44 to your computer and use it in GitHub Desktop.
button.btn{
border: none;
padding: 10px 20px;
border-radius: 5px;
background-color: #4a90e2;
color: #FFF;
margin: 10px;
cursor: pointer;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
box-shadow: 0px 3px 15px rgba(#4a90e2, 0.6);
transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
&:hover{
transform: scale(1.25);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment