To rotate an object 30 degrees counterclockwise, which style property would you apply?
transform: rotate(-30deg);
transform: rotate(30deg);
spin: 30deg;
rotate: 30deg;