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