/ Published in: Other
Expand |
Embed | Plain Text
/*--- Gradients ---*/ /* Safari */ {-webkit-gradient(linear, left top, left bottom, from(#1aa6de), to(#022147));} /* -moz */ {-moz-linear-gradient(-90deg,#1aa6de,#022147);} /* Opera */ {background-image: -o-linear-gradient(top left,rgba(100,100,100,1),rgba(100,100,100,0.5));} {background-image: -o-repeating-linear-gradient(20deg,rgb(255,0,0),rgb(100,0,0) 20px, rgb(255,0,0) 40px);} /* IE */ /*E9 does not yet support CSS gradients, but you could always use SVG gradients to provide a fallback in IE9.*/
You need to login to post a comment.
