blob: 62e6380b74fe5669c6f6a677191965105c3eabc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<body>
<div style="width: 400px; overflow: hidden; border-radius: 50%;">
<div style="transform-style: preserve-3d; position:relative; left: 100px">
<div style="width: 200px;height: 200px;background-color: red;position: relative;left: 200px;">
</div>
</div>
</div>
</body>
</html>
|