Skip to content

Instantly share code, notes, and snippets.

@thomasqbrady
thomasqbrady / dabblet.css
Created January 3, 2012 20:46 — forked from anonymous/dabblet.css
night to day in 4s
/* night to day in 4s */
/* only tested in Firefox 8 so far but should work in other
* browsers as well
*/
body {
background: black;
margin: 100px;
transition: all 4s;