1. img{ designates the html element to apply the style to
2. Transform:rotate(90deg); This will rotate the image of the lion. The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements.