Skip to content

Instantly share code, notes, and snippets.

@bsoule
bsoule / dabblet.css
Created December 22, 2014 21:19 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
margin: 0px;
text-align: center;
}