Gradient with transparency![enter image description here][1]
I wanted to apply transparent multicolor gradient at the bottom like the below picture.
I’ve found few pages which explains this but still i’m unable to get it working properly.
I tried with this fiddle http://jsfiddle.net/QEhsG/2/ (found on stackoverflow) but im not able to get black and white combination perfectly.
Any help ?
Give
alpha= 0to your first rgba. Write like thisCheck this http://jsfiddle.net/QEhsG/6/
UPDATED
http://jsfiddle.net/QEhsG/8/