Skip to content

Instantly share code, notes, and snippets.

@shazbat4
Created November 12, 2012 21:27
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 shazbat4/4062017 to your computer and use it in GitHub Desktop.
Save shazbat4/4062017 to your computer and use it in GitHub Desktop.
My Dabblet (CKB)
/**
* My Dabblet (CKB)
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
p: color: green;
.myDiv {
}
<body>Here is where all the stuff you do shows up…
<div class='myDiv'>
<p>wonky crap</p>
</div>
</body>
{"view":"split","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