Skip to content

Instantly share code, notes, and snippets.

@newhighscore
newhighscore / dabblet.css
Created August 18, 2012 22:07
dabblet.com - Web Editor App - With Github
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@newhighscore
newhighscore / dabblet.css
Created August 18, 2012 22:04 — forked from JoelBesada/dabblet.css
CSS States
/* CSS States */
body {
background: url(http://dabblet.com/img/noise.png);
background-color: #F5F2F0;
font-family: Georgia, serif;
font-size: 18px;
line-height: 1.6em;
text-shadow: 0 2px 0 white;
color: #222;
}