I have one problem regarding rotating the <div> in html page. I have used –
-moz-transform: rotate(90deg)
But this property is rotating the <div> along some axis.(couldnt get that). But i want to rotate the <div> along its bottom side.(here, my div is a square-box). Is it possible?
Thanks.
sounds like transform-origin is what you’re looking for.
so you should end up with something like this: