how to cancel opacity for a child element?

后端 未结 2 673
执念已碎
执念已碎 2020-11-27 23:21

I want apply opacity for parent but I do not want the child element to inherit this opacity.

2条回答
  •  迷失自我
    2020-11-28 00:13

    if you have parent background color - use RGBA, if you have parent image - use additional RGBA layer between parent and child divs playing with css position.

提交回复
热议问题