Created
May 11, 2012 08:51
-
-
Save iamstarkov/2658489 to your computer and use it in GitHub Desktop.
inner border
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
/** | |
* inner border | |
*/ | |
button { | |
width: 200px; | |
font-weight: bold; | |
height: 55px; | |
line-height: 55px; | |
border-radius: 17px; | |
background-color: #ffd28a; | |
border: none; | |
box-shadow:0 0 0px 9px #ffd28a inset, | |
0 0 0px 11px #FFFFFF inset; | |
color: red; | |
box-sizing: content-box; | |
} | |
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> view your receipts </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":"separate","fontsize":"100","seethrough":"1","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment