Skip to content

Instantly share code, notes, and snippets.

@RedSoxFan22
Created June 2, 2015 01:28
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 RedSoxFan22/ebea6290d7cd8b403125 to your computer and use it in GitHub Desktop.
Save RedSoxFan22/ebea6290d7cd8b403125 to your computer and use it in GitHub Desktop.
RPKmqB
<span id="checkout">Checkout</span>
#checkout {
height: 35px;
width: 200px;
font-size: 30px;
color: #555555;
text-align: center;
font-weight: bold;
font-family: Helvetica;
text-transform: uppercase;
background-image: url();
background: #B7B7B7;
padding: 30px;
margin: 10em 10em 10em 10em;
position: relative;
border-radius: 20px;
background-clip: content-box;
background-color: #ccc;
background: linear-gradient(white, gray);
display: inline-block;
border: 3px solid #666666;
box-shadow: inset 0 1px 0 white, 0 1px 0 white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment