/ Published in: CSS
Expand |
Embed | Plain Text
/* background color degree */ background: #3399cc; background: -webkit-gradient(linear, left top, left bottom, from(#31c3e6), to(#147ec7)); background: -moz-linear-gradient(top, #31c3e6, #147ec7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31c3e6', endColorstr='#147ec7');
You need to login to post a comment.
