+ 4
Styling the table.
Is it possible to change the style of the child element in the table? https://code.sololearn.com/WQr6BEyJ0Z2J/#html
2 odpowiedzi
+ 3
Tibor Santa, thanks a lot)
I tried to apply:
-backgroun-bland-mode;
-z-index;
-initial "keyword"
and mixed them in different ways but helped only "generation the image as a PNG with the required opacity in the image itself".And it works)
+ 2
https://stackoverflow.com/questions/12605908/change-background-image-opacity/12606136#12606136
"Opacity is applied to the element, its contents and all its child elements. And this behavior cannot be changed just by overriding the opacity in child elements."
In another answer to same post they mention this option:
background-blend-mode
https://www.w3schools.com/CSSref/pr_background-blend-mode.asp