blob: 3d19b0f5b3864eefae2ec434a9c6857dd0675b0f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
transform: translate(100px, 100px) scale(2);
transform-origin: 50px 50px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>