Skip to content

Instantly share code, notes, and snippets.

@brego
brego / dabblet.css
Created January 26, 2012 21:43 — forked from chriscoyier/dabblet.css
Oprah Thing
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;
@brego
brego / dabblet.css
Created January 25, 2012 17:38 — forked from anonymous/dabblet.css
Overflow test
/**
* Overflow test
*/
#wrap {
background-image: -webkit-linear-gradient(top, #999, #333);
padding: 100px;
font-size: 50px;
color: #222;
text-shadow: -1px -1px 1px #000, 1px 1px 1px rgba(255, 255, 255, .08);