Skip to content

Instantly share code, notes, and snippets.

@Showtim34
Showtim34 / dabblet.css
Created February 21, 2012 08:55
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@Showtim34
Showtim34 / dabblet.css
Created February 21, 2012 08:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #fefefe;
font-size: 12px;
font-family: Tahoma;
}