Skip to content

Instantly share code, notes, and snippets.

@sudsy
sudsy / dabblet.css
Created April 17, 2012 05:47
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {
background-color: red;
}
.left {
float: left;;
.done {
opacity: 0.5;
text-decoration: line-through;
}