+ 1
How to make the contents opaque?
After useing opacity,all transparent https://code.sololearn.com/W6sFi8Rp8fmd/?ref=app
4 Respuestas
+ 2
In css, to make opacity as opaque, the value needs to be "1"
opacity: 1;
Decimal values below 1 make various degrees of transparency
+ 2
Please read this. It shows how to target the background image without adding opacity to all DIV contents.
You will need to make another DIV.
https://www.formget.com/css-background-opacity/
+ 1
THX
0
Yes,I know thisI mean I just want the background picture to be transparent,how to do it?