Transforms
Transform utilities allow manipulation of content on the page using built-in CSS transformations.
Rotation
Rotation utilities have been created for rotating elements in 45 degree increments. These rotation utilities are named using the format
rotate-{degrees}
where
degrees
is any 45 degree increment from 45 to 315.
.rotate-45
.rotate-90
.rotate-135
.rotate-180
.rotate-225
.rotate-270
.rotate-315