Answers for "how to image background white to transparent in css"

CSS
2

css transparent background image

background: linear-gradient(rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5)), url(image.jpg)
Posted by: Guest on September-04-2021

Code answers related to "how to image background white to transparent in css"

Browse Popular Code Answers by Language