Skip to content

Instantly share code, notes, and snippets.

@zhiwww
Created February 16, 2012 16:26
Show Gist options
  • Select an option

  • Save zhiwww/1846224 to your computer and use it in GitHub Desktop.

Select an option

Save zhiwww/1846224 to your computer and use it in GitHub Desktop.
Untitled
.video-item-button
{
border: 1px solid #DDD;
display: inline-block;
padding: 5px 10px;
text-align: center;
vertical-align: middle;
border-radius: 3px;
}
.video-item-buy
{
background-image: -moz-linear-gradient(top,#EFE 0,#252525 100%);
background-image: -ms-linear-gradient(top,#292929 0,#252525 100%);
background-image: -o-linear-gradient(top,#292929 0,#252525 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#292929),color-stop(100%,#252525));
background-image: -webkit-linear-gradient(top,#292929 0,#252525 100%);
background-image: linear-gradient(to bottom,#292929 0,#252525 100%);
color: #FFF;
}
<span class="video-item-buy video-item-button">Buy</span>
{"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