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; |
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
Automatic ping of all AWS EC2 IPs from http://ec2-reachability.amazonaws.com/ |
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
/* IE6 Only */ | |
_selector {...} | |
/* IE6 & IE7 */ | |
*html or { _property: } | |
/* IE7 Only */ | |
*+html or { *property: } /* Keep in mind that you have to put the IE7 property first within the same selector. */ |