Skip to content

Instantly share code, notes, and snippets.

@macx
Created May 10, 2012 07:05
Show Gist options
  • Save macx/2651582 to your computer and use it in GitHub Desktop.
Save macx/2651582 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: #f5f5f5;
font-family: Helvetica, Arial;
margin: 50px;
font-size: 20px;
min-height: 100%;
}
ul { margin: 0; }
ul li {
display: inline-block;
margin: 0 10px 0 0;
}
ul a {
display: block;
padding: 5px 10px;
background: #111;
color: #fff;
text-decoration: none;
border-radius: 10px;
}
<h1>dabblet.com</h1>
<h2>von Lea Verou</h2>
<ul>
<li><a href="#foo">foo</a></li>
<li><a href="#bar">bar</a></li>
</ul>
{"view":"separate","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