September 2025
Beginner to intermediate
371 pages
5h 55m
English
CSS provides a set of transformations that can be applied to an element’s appearance. For example, an element can be rotated in 2D or 3D space, scaled, skewed, or translated (moved from its original position). Transforms can be used to create all kinds of interesting effects on their own and become more powerful when combined with transitions and animations, which we will cover in Chapter 9.
Transforms can be applied in two ways. You can use the transform property, specifying one or more transform functions, separated by a space. Each transform ...
Read now
Unlock full access