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