Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created January 30, 2012 13:11
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 cahnory/1704324 to your computer and use it in GitHub Desktop.
Save cahnory/1704324 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
button {
border:1px solid white;
border-radius:3px;
color:#fff;
background: #000;
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
transition: all .3s ease-in;
padding:5px 10px;
margin:10px auto;
}
button:hover{
border:1px solid black;
background-color: #333;
}
<button>button</button>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment