Skip to content

Instantly share code, notes, and snippets.

div {
height: 200px;
background: #eee;
position: realtive;
}
p {
position: absolute;
left: 10%;
@secondfret
secondfret / dabblet.css
Created June 14, 2012 16:05
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
margin: 0; padding: 0;
}
body {
background: #ededed;