Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Rotate 90 degrees clockwise.
t1 transform-rotate-90
.t1.transform-rotate-90 {
transform: rotate(90deg);
}
Rotate 90 degrees anti-clockwise.
t1 transform-rotate--90
.t1.transform-rotate--90 {
transform: rotate(-90deg);
}