I am trying to create a rub gradient in css3 with opacity?

To set color's opacity you must use rgba instead of rgb .

Up vote 0 down vote favorite share g+ share fb share tw.

I want to create a gradient that has opacity with css3 so that the child elements that are placed in a div don't inherit the opacity, and the background can be a gradient. Here is the code I am attempting to use but it simply doesn't work. It just shows up as white.

Background-image: -webkit-linear-gradient(left , rgb(189,206,226,0.6) 0%, rgb(191,217,242,0.6) 32%, rgb(14,94,95,0.6) 65%); css css3 gradient opacity link|improve this question edited Mar 6 at 7:15BoltClock's a Unicorn?101k14145377 asked Mar 6 at 7:04Anders Kitson4771413 91% accept rate.

To set color's opacity you must use rgba instead of rgb. Background-image: -webkit-linear-gradient(left , rgba(189,206,226,0.6) 0%, rgba(191,217,242,0.6) 32%, rgba(14,94,95,0.6) 65%).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions