CSS3 Gradients and Transparency Combined? -


i need use cool gradients in current html5 mobile app, , wondering how can use css3 gradients achieve http://goo.gl/op63lu

i made little fiddle try hands (http://jsfiddle.net/yrxsk/) did not come close amazing gradients links above, , need help!

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#323232), color-stop(100%,#c62f35)); 

i want use these colours deep red: #c62f35 light red: #94b435 light red: #fff1e0 cool green: #fd4246 , other complementing colors

it's not answer take @ http://www.colorzilla.com/gradient-editor/ tool generating sorts of gradients.

for instance 1 more similar link pick radial drop down in top right.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -