Skip to content

Instantly share code, notes, and snippets.

@lukealford
Created May 3, 2012 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukealford/2582435 to your computer and use it in GitHub Desktop.
Save lukealford/2582435 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{background: #white;
font: 16px/24px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color:#333;
min-height: 100%;
}
.btn{
float:left;
padding:5px;
border-radius:4px;
text-align:centre;
background-color: #777777;
color:white;
}
.btn:hover{
color:#grey;
text-decoration: underline;
background:#383838;
}
<!-- content to be placed inside <body>…</body> -->
<a class="btn">submit</a>
{"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