зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
345 B
HTML
12 строки
345 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="width: 400px; overflow: hidden; border-radius: 50%;">
|
|
<div style="transform-style: preserve-3d; position:relative; transform: translateX(100px);">
|
|
<div style="width: 200px;height: 200px;background-color: red;position: relative;left: 200px;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|