Skip to content

Instantly share code, notes, and snippets.

@MikeFielden
MikeFielden / dabblet.css
Created June 22, 2012 20:34 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}
@MikeFielden
MikeFielden / dabblet.css
Created January 21, 2012 20:36 — forked from chriscoyier/dabblet.css
Opening Scene to movie :)
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;
padding: 1px;
font-family: 'Raleway', cursive;
font-weight: 100;
position: relative;