Transform Property in CSS


Use the transform property to apply geometric transformations like rotate, scale, and translate.

Source Code

.rotate {
    transform: rotate(45deg);
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments