0
Good morning to all.
I put the Rotate effect on a div, but the internal content also spun along. How do I make him normal with standard alignment and the div continue with the Rotate?
example:
.minha-div{-webkit-transform:scale(1.5) rotate(5deg);}
With that done the div rotates 5 degrees. But the content rotates together.
Somebody help me?
Please make a [mcve] demonstrating the problem.
– Woss