<!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>
<!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>