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