blob: 63bdb4f3912410d4317769ee5aac9c6adbee6e63 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#div1 {
position: absolute;
transform: translate(120px, 150px);
transform-origin: 0% 0%;
}
</style>
</head>
<body>
<div id="div1">div1</div>
</body>
</html>