Home / CSS Tips Generated By ChatGPT / Transform Property in CSS Use the transform property to apply geometric transformations like rotate, scale, and translate. Source Code .rotate { transform: rotate(45deg); }