Skip to content

Instantly share code, notes, and snippets.

@aellispierce
Created January 22, 2015 22:04
Show Gist options
  • Save aellispierce/a0b29dbb2bea915abb32 to your computer and use it in GitHub Desktop.
Save aellispierce/a0b29dbb2bea915abb32 to your computer and use it in GitHub Desktop.
yyXYLj
<span id="checkout">Checkout</span>
#checkout {
display: inline-block;
position: absolute;
top: 50%;
background: linear-gradient(#D8D8D8, #ADADAD);
text-shadow: .4px .4px #fff;
font-size: 22px;
text-transform: uppercase;
color: #555;
font-family: helvetica;
font-weight: bold;
text-align: center;
display: block;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 1px solid black;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 15px;
box-shadow: 0 0 0 5px #CBCBCB, 0 0 0 7px white, 0 0 0 9px #000;
}
#checkout:before {
content: "★";
color: #888;
padding-right: 20px;
}
#checkout:after{
content: "★";
color: #888;
padding-left: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment