Skip to content

Instantly share code, notes, and snippets.

@rniswonger
Created February 22, 2012 19:30
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 rniswonger/1886794 to your computer and use it in GitHub Desktop.
Save rniswonger/1886794 to your computer and use it in GitHub Desktop.
buy button
/**
* buy button
*/
input {
background:#fff;
border:0px solid #d9e1f1;
font-size:20px;
line-height:20px;
padding:10px;
font-family:arial;
text-transform:lowercase;
color:#acb9d3;
-webkit-box-shadow: -2px 2px 11px rgba(129, 156, 209, 0.61);
-moz-box-shadow: -2px 2px 11px rgba(129, 156, 209, 0.61);
box-shadow: -2px 2px 11px rgba(129, 156, 209, 0.61);
}
<input type="submit">
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment