Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created September 18, 2012 14:57
Show Gist options
  • Select an option

  • Save james2doyle/3743574 to your computer and use it in GitHub Desktop.

Select an option

Save james2doyle/3743574 to your computer and use it in GitHub Desktop.
odr button
/**
* odr button
*/
body {
margin: 5em;
background: white;
}
button {
font-family: 'Roboto';
cursor: pointer;
outline: none;
color: white;
font-size: 14px;
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
padding: 6px 20px;
border: 1px solid #E8820D;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.1);
background: linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* W3C */
}
<!-- content to be placed inside <body>…</body> -->
<button>See Demo</button>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment