Skip to main content

All Questions

Tagged with
3 votes
1 answer
5k views

svg as background image with mask to change the color and with drop-shadow to show the shadow

i am a beginner to code html and css, so a question about svg. when i use the svg as background image and want to change the color also give the shadow, it didn't work with the two properities at the ...
Yichen Dai's user avatar
2 votes
1 answer
969 views

Blur a single side of an image

How can I blur one side of an image to create a nice transition from the image to a background? I was able to do it with this little hack: .wrapper { width: 200px; height: 250px; ...
Steven's user avatar
  • 167
2 votes
1 answer
328 views

Is there a CSS3 filter to turn colors with gradients into solid colors

I have a special case in which I use a -webkit-mask with a radial-gradient to create little dots on a background picture. The color of these dots is transparent so that the background picture can be ...
Benny Code's user avatar
  • 53.9k