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;;
@sudsy
sudsy / dabblet.css
Created April 17, 2012 05:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.container {
background-color: red;
min-height:100px;
}
.element {