Skip to content

Instantly share code, notes, and snippets.

@mrseoliveira
mrseoliveira / dabblet.css
Created May 7, 2012 10:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div{
width:100%;
padding:20px;
box-sizing:border-box;
background:#FC93FF;
position:fixed;
@mrseoliveira
mrseoliveira / dabblet.css
Created April 24, 2012 13:58
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
div{
background-color:#8D8;
position:absolute;
left:0px;
top:0;
width:100%;