зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
360 B
HTML
15 строки
360 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
.transformed
|
||
|
{
|
||
|
-moz-transform: rotate(10deg) translatex(50px) rotate(10deg) translatey(100%) skewx(10deg) translate(25px);
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="width:100px; height:50px; background-color:gold; position: absolute; left:100px; top:100px;" class="transformed">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|