Skip to content

Instantly share code, notes, and snippets.

@rsobers
Created January 8, 2012 17:03
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 rsobers/1579002 to your computer and use it in GitHub Desktop.
Save rsobers/1579002 to your computer and use it in GitHub Desktop.
css sticky notes markup
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie&amp;subset=latin' rel='stylesheet' type='text/css'>
<ul id="notes">
<li>
<p>Push new feature to Kiln for code review</p>
</li>
<li class="kiln">
<p>Browse hacker news for a bit</p>
</li>
<li>
<p>Read JavaScript: The Good Parts by Douglas Crockford</p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment