How can i combine a background-image with a degraded background-color in CSS3?
The css code:
background: linear-gradient(rgb(208, 208, 208), rgb(242, 242, 242) 50%, rgb(208, 208, 208)) repeat scroll 0% 0% transparent;
box-shadow: 0px 0px 5px rgb(51, 51, 51);
border: 1px solid rgb(239, 241, 239);
position: relative;
And the image is this:
http://d227xyj983n2jj.cloudfront.net/wp-content/uploads/2013/09/scoring.png
That image is a example. I know that this effect degraded with the image combine is a great effect... But i don't know combine it... Help!