blob: 55ac28492a9247247319f89473ae8de7b955bc01 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
transform: translate(100px, 100px) rotate(30deg) scale(2);
}
</style>
</head>
<body>
<div></div>
</body>
</html>