We can use this property and function with any element, not just images. For example, we can set the button element to rotate(90deg).
button
rotate(90deg)
Make sure to pick button, followed by rotate, and finally 90deg.
rotate
90deg