This chapter of our CSS course introduces you to one of CSS's most famous additions - CSS Transforms.
This CSS3 feature makes it possible for web designers to perform simple 2D and 3D transformations on HTML elements.
With CSS transform, you can effect dynamic manipulations of webpage elements, including moving them to different positions on the screen, expanding, shrinking, and rotating them. You can also combine one or two of these actions to achieve some eye-catching effects on your webpages.
In this chapter, we take you step-by-step on the CSS transform journey.