Skip to content

Instantly share code, notes, and snippets.

@QBobble
QBobble / dabblet.css
Created December 19, 2011 20:42
Untitled
body {
background:#222;
color:white;
}
body > div {
margin:30px;
}
#loading1 {
color:black;
position:relative;
@QBobble
QBobble / dabblet.css
Created January 11, 2012 01:52
Some <hr> Tests
/*
*Some <hr> Tests
*/
body {
text-align:center;
}
#rule1 {
height:1px;
background:red;
border:2px dashed white;