Skip to content

Instantly share code, notes, and snippets.

@Leolik
Created March 7, 2013 09:56
Show Gist options
  • Save Leolik/5106891 to your computer and use it in GitHub Desktop.
Save Leolik/5106891 to your computer and use it in GitHub Desktop.
Untitled
.btn {
box-sizing: border-box;
display: inline-block;
min-width: 346px;
padding: 33px 30px;
color: #fff;
font: normal 36px Arial, Tahoma, FreeSans, sans-serif;
text-align: center;
cursor: pointer;
font-weight: bold;
text-decoration: none;
border-radius: 15px;
background-color: #00984a;
background-image: -webkit-radial-gradient(left top, 110% 78%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.1) 99%, transparent 100%);
background-image: radial-gradient(110% 78% at left top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.1) 99%, transparent 100%);
}
<a class="btn ui-link" href="#">Order Now</a>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment