Skip to content

Instantly share code, notes, and snippets.

@ixth
Created June 29, 2012 16:43
Show Gist options
  • Save ixth/3019095 to your computer and use it in GitHub Desktop.
Save ixth/3019095 to your computer and use it in GitHub Desktop.
Test
/* 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 {
}
<!-- content to be placed inside <body>…</body> -->
<button​​ class="button">Save</button>
{"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