зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
362 B
HTML
10 строки
362 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="position: absolute; transform-style: preserve-3d; transform: perspective(600px) scale(0.166667); opacity:0.3">
|
|
<div style="position: absolute; background: yellow; width:900px; height:100px; transform: translate3d(0, 3000px, 0px) rotateZ(90deg) scale(5); transform-style: preserve-3d;">
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|