mix-blend-mode-dest-alpha-1135271-ref.html (303B)
1 <!DOCTYPE HTML> 2 <head> 3 <style> 4 .parent { 5 width: 200px; 6 height: 200px; 7 isolation: isolate; 8 } 9 .child { 10 width: 200px; 11 height: 200px; 12 background: green; 13 } 14 </style> 15 </head> 16 <body> 17 <div class="parent"> 18 <div class="child"> 19 </div> 20 </div> 21 </body>