mask-layer-transform-ref.html (281B)
1 <html> 2 <body> 3 <div style="position:relative; left: 400px; width: 200px; height: 200px; overflow:hidden; border-radius: 20px;"> 4 <div style="width:200px; height:200px; background-color:red; transform: perspective(100px) rotateY(10deg)"></div> 5 </div> 6 </body> 7 </html>