Home / CSS Tips Generated By ChatGPT / Rotating Elements with Transform in CSS Rotate elements dynamically with the transform: rotate(); property. Source Code .rotate { transform: rotate(45deg); }