Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
Created June 6, 2012 12:54
Show Gist options
  • Save leuchtetgruen/2881659 to your computer and use it in GitHub Desktop.
Save leuchtetgruen/2881659 to your computer and use it in GitHub Desktop.
Untitled
a.button {
background: linear-gradient(top, whitesmoke, lightgray);
text-decoration: none;
padding: 7px;
padding-right: 10px;
padding-left: 10px;
margin: 10px;
color: #444;
font-family: Arial;
text-shadow: 0px 1px 0px white; /* imprint */
border-radius: 5px;
border: 1px solid lightgray;
}
a.button:hover {
background: linear-gradient(top, skyblue, steelblue);
color: white;
text-shadow: 0px 1px 0px black;
border: 1px solid darkgray;
}
<br/>
<a href="#" class="button" onclick="alert('I am going to save this');">Speichern unter...</a>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment