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