blob: cf4722b8e7682a57647fefe263b3c1f353a271b2 [file] [log] [blame]
<!DOCTYPE html>
<style>
#div1 {
position: absolute;
left: 400px;
top: 300px;
width: 200px;
height: 100px;
transform: rotate(90deg) translate(-21px, -67px);
transform-origin: 0px 0px;
}
</style>
<div id="div1">div1</div>