Skip to content

Instantly share code, notes, and snippets.

@robotloveskitten
Created March 26, 2012 23:02
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 robotloveskitten/2210442 to your computer and use it in GitHub Desktop.
Save robotloveskitten/2210442 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
*/
body { background:#fff;padding:50px;}
button {
font-size:1.5em;
padding:.3em .5em;
border-radius:5px;
border:1px solid #0a76f5;
background: #f06;
background: linear-gradient(-90deg, #5bb3f8 0%, #0a76f5 90%);
background-position:0 0;
color:white;
font-weight:bold;
text-shadow:0 -1px 1px rgba(0,0,0,.25);
box-shadow: inset 1px 1px 0px rgba(255,255,255,.5),
inset -1px -1px 0px rgba(0,0,0,.25),
0px 1px 1px 0px rgba(0,0,0,.15),
0px 0px 0px 4px rgba(0,0,0,.075);
}
<button>My Button Here</button>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment