1523776.html (359B)
1 <style> 2 html, body { 3 margin: 0; 4 } 5 </style> 6 <div style="clip: rect(100px,1000px,1000px,100px); position:absolute"> 7 <div style="filter: drop-shadow(50px 50px 20px red)"> 8 <div style="width:256px; height:256px; border-radius:16px; overflow:hidden"> 9 <div style="width:256px; height:256px; background-color:green;"></div> 10 </div> 11 </div> 12 </div>