Created
June 29, 2012 16:43
-
-
Save ixth/3019095 to your computer and use it in GitHub Desktop.
Test
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
/* Test */ | |
.button { | |
position:relative; | |
display:inline-block; | |
background:lightblue; | |
background-image:-webkit-linear-gradient(to bottom, lightblue, lightcyan); | |
padding:2px 16px; | |
border:2px solid #ccc; | |
border-radius:16px; | |
font-family:'Trebuchet MS', sans-serif; | |
color:#000; | |
} | |
.button:after { | |
} | |
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
<!-- content to be placed inside <body>…</body> --> | |
<button class="button">Save</button> | |
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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment