How To Rotate Anything In WordPress

2 mins

Resources

.rotate-left {
transform: rotate(-90deg);
display: inline-block;
}