2. What is CSS transform?

          CSS transform is a CSS property that allows you to manipulate an element to add visual effects. You can skew, rotate, translate, or scale an element (Transform, n.d.-a). The possible values of this property includes the different transformation methods such as rotate(), scale(), skew(), translate(), matrix() and others.