0
How to put non-transparent text inside a transparent div?
I use opacity 0.9 for the div. All the text inside it also become transparent.
2 Réponses
+ 3
Child div CSS cannot override parent div opacity setting. Use background color to set opacity instead.
https://code.sololearn.com/Wn57F1SPbiAT/?ref=app