blob: b64dd6b2cb372ae39877739bd5246ed7270e4bdd [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
height: 100px;
width: 100px;
background-color: blue;
}
#box {
transform: rotate(90deg) translate(100px, 0);
}
</style>
<div class="box" id="box"></div>