Skip to content

Instantly share code, notes, and snippets.

View albuvee's full-sized avatar

Stefan Rechsteiner albuvee

View GitHub Profile
@albuvee
albuvee / dabblet.css
Created December 12, 2012 09:13 — forked from anonymous/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou (http://dabblet.com/gist/2462915), horizontal solution by @albuvee
/**
* Scrolling shadows by @kizmarh and @leaverou (http://dabblet.com/gist/2462915), horizontal solution by @albuvee
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}