How do i get this working. I want to use background: radial-gradient(circle,white,black); AND background-image: url(photo.jpg) no-repeat right; How do i apply both the gradient and the image-icon. Please help
Asked
Active
Viewed 56 times
2
-
You mean you want the gradient and image side by side (next to each other) or on top of the other or how? – Harry Jan 01 '16 at 08:22
-
If you want to apply a translucent gradient over an image (e.g. noise) to create a textured background, check out https://stackoverflow.com/a/49108254. – Clint Pachl Mar 05 '18 at 11:22