Skip to content

Instantly share code, notes, and snippets.

@h4
Created May 2, 2012 14:18
Show Gist options
  • Save h4/2576843 to your computer and use it in GitHub Desktop.
Save h4/2576843 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
*/
div {
width: 400px;
border-radius: 10px;
min-height: 200px;
padding: 10px;
background: #999;
}
div div {
width: 10px;
height:10px;
min-height: none;
background: #eee;
}
<!-- content to be placed inside <body>…</body> -->
<div>The first commented line<br />is your dabblet’s<div></div></div>
{"view":"split-vertical","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