Created
January 8, 2012 17:03
-
-
Save rsobers/1579002 to your computer and use it in GitHub Desktop.
css sticky notes markup
This file contains hidden or 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
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie&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