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