Skip to content

Instantly share code, notes, and snippets.

@hukl
Created March 29, 2019 12:49
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 hukl/06c2e547a7754d6c5b519a844f90138f to your computer and use it in GitHub Desktop.
Save hukl/06c2e547a7754d6c5b519a844f90138f to your computer and use it in GitHub Desktop.
<a href="#" class="myButton">green</a>
.myButton {
background-color:#b0b0b0;
-moz-border-radius:9px;
-webkit-border-radius:9px;
border-radius:9px;
border:1px solid #e0e0e0;
display:inline-block;
cursor:pointer;
color:#f2f2f2;
font-family:Arial;
font-size:17px;
padding:12px 76px;
text-decoration:none;
text-shadow:0px 1px 0px #414241;
}
.myButton:hover {
background-color:#dba00b;
}
.myButton:active {
position:relative;
top:1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment