Mypal/layout/reftests/transform/percent-1a.html

15 lines
365 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<head>
<style type="text/css">
.transformed
{
-moz-transform: rotate(10deg) translatex(50%) rotate(10deg) translatey(50px) skewx(10deg) translate(25px, 25px);
}
</style>
</head>
<body>
<div style="width:100px; height:50px; background-color:gold; position: absolute; left:100px; top:100px;" class="transformed">
</div>
</body>
</html>