Skip to content

Instantly share code, notes, and snippets.

View blendingcolours's full-sized avatar

Przemek blendingcolours

View GitHub Profile
@blendingcolours
blendingcolours / dabblet.css
Created February 22, 2012 18:29 — forked from alexmwalker/dabblet.css
Google's Doodle and Why My Brain Hertz
/**
* Google's Doodle and Why My Brain Hertz
*/
#wavescreen{
width:380px;
height:223px;
margin: 100px auto;
border:1px #ddd dashed;
background: url(http://sitepointstatic.com/examples/css3/animation/hertz.png);
animation: hertz 4s infinite linear;
@blendingcolours
blendingcolours / dabblet.css
Created February 22, 2012 18:29 — forked from alexmwalker/dabblet.css
Google's Doodle and Why My Brain Hertz
/**
* Google's Doodle and Why My Brain Hertz
*/
#wavescreen{
width:380px;
height:223px;
margin: 100px auto;
border:1px #ddd dashed;
background: url(http://sitepointstatic.com/examples/css3/animation/hertz.png);
animation: hertz 4s infinite linear;