Good morning, everyone.
I put the rotate effect on a div, but the inner content also spun together. How do I get it normal with standard alignment and the div continue with the rotate?
example:
.minha-div{-webkit-transform:scale(1.5) rotate(5deg);}
With this the div turns 5 degrees. But the content spins together.
Does anyone help me?