+ 2
How to change opacity of a background image?
I have this in css body { background-image: url() } and I must change transparency of image.
3 Respuestas
+ 5
background image:url(google.com);
opacity:1;
+ 3
can use filters too
https://code.sololearn.com/WtmaPIKZl5RL/?ref=app
+ 2
Thanks!