Skip to content

Instantly share code, notes, and snippets.

View sashareds's full-sized avatar

Alex sashareds

  • Reds Lab
  • Dublin, Ireland
View GitHub Profile
@sashareds
sashareds / css-hacks.css
Last active March 4, 2020 23:21 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
/* 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. */
Automatic ping of all AWS EC2 IPs from http://ec2-reachability.amazonaws.com/
@sashareds
sashareds / dabblet.css
Created February 23, 2012 18:59 — 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;
@sashareds
sashareds / dabblet.css
Created February 23, 2012 18:59 — 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;