Created
May 10, 2012 07:05
-
-
Save macx/2651582 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains 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
/** | |
* 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; | |
} | |
This file contains 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
<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> |
This file contains 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":"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