blob: 9993c2865664ccc4c73f67cc90916ae996fc4af2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#div1 {
position: absolute;
left: 100;
top: 200;
transform: translate(-50%, -50%) rotate(180deg);
}
</style>
</head>
<body>
<div id="div1">div1</div>
</body>
</html>