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