Skip to content

Instantly share code, notes, and snippets.

@iamstarkov
Created May 11, 2012 08:51
Show Gist options
  • Save iamstarkov/2658489 to your computer and use it in GitHub Desktop.
Save iamstarkov/2658489 to your computer and use it in GitHub Desktop.
inner border
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
<button> view your receipts </button>
{"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