blob: 54cd38607f95bb41aaf2fbe14dc8db24301ec56f (
plain)
1
2
3
4
5
6
7
8
|
<html>
<body>
<div style="position:relative; left: 400px; width: 200px; height: 200px; overflow:hidden; border-radius: 20px;">
<div style="width:200px; height:200px; background-color:red; transform: perspective(100px) rotateY(10deg)"></div>
</div>
</body>
</html>
|