This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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; |