I\'m very confused. Why can\'t I use scale and rotate at the same time? I\'ve tried this, but it does not work:
.rotate-img{ -webkit-transform:scale(2,2);
You do not need to write code separately to use both rotate and scale u can use it look like this :
transform: scale(1.3) rotate(7deg);