Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2016 10:43
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 anonymous/79229eef4aa434143d0d570d640646d5 to your computer and use it in GitHub Desktop.
Save anonymous/79229eef4aa434143d0d570d640646d5 to your computer and use it in GitHub Desktop.
.blue-button {
background-color:#33bdef;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #057fd0;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
}
.green-button {
background-color:#30AC38;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #219328;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
}
.red-button {
background-color:#bc3315;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
padding:6px 24px;
text-decoration:none;
}
.blue-button:hover, .red-button:hover, .green-button:hover {opacity: .8}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment