/ Published in: CSS
Expand |
Embed | Plain Text
safari/chrome .gradient {-webkit-gradient(linear, left top, left bottom, from(#354bb8), to(#1a3366));} firefox background: -moz-linear-gradient(top, #354bb8, #1a3366); ie8 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#354bb8', endColorstr='#1a3366');
You need to login to post a comment.
