Skip to content

Instantly share code, notes, and snippets.

@hidoos
Created December 20, 2013 09:13
Show Gist options
  • Save hidoos/8052308 to your computer and use it in GitHub Desktop.
Save hidoos/8052308 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
*/
.mod{
}
.btn{
padding:8px 10px;
background-color:#009A61;
border-radius:3px;
color:#fff;
font-family:sans-serif;
font-size:1.2em;
}
<!-- content to be placed inside <body>…</body> -->
<div class="mod">
<a class="btn">
button
</a>
</div>
// alert('Hello world!');
{"view":"split-vertical","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