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