Created
March 7, 2013 09:56
-
-
Save Leolik/5106891 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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%); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="btn ui-link" href="#">Order Now</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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