Created
September 18, 2012 14:57
-
-
Save james2doyle/3743574 to your computer and use it in GitHub Desktop.
odr button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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 */ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- content to be placed inside <body>…</body> --> | |
| <button>See Demo</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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