About 102,000 results
Open links in new tab
  1. CSS transform property - W3Schools

    Definition and Usage The transform property applies a 2D or 3D transformation to an element. This property allows you to rotate, scale, move, skew, etc., elements. Show demo

  2. transform - CSS | MDN

    Oct 30, 2025 · The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.

  3. transform - CSS-Tricks

    Sep 6, 2011 · The transform property allows you to visually manipulate an element by skewing, rotating, translating, or scaling:

  4. CSS transform Property - GeeksforGeeks

    Jul 11, 2025 · The transform property in CSS is used to change the coordinate space of the visual formatting model. This is used to add effects like skew, rotate, translate, etc on elements.

  5. CSS Transform Handbook – Complete Guide to CSS Transform

    Jun 19, 2023 · CSS transform allows you to translate, rotate, skew, scale, or add perspective effects to HTML elements. This tutorial discusses everything you need to know to transform …

  6. The World of CSS Transforms - Josh W Comeau

    Aug 9, 2021 · CSS for JavaScript Developers is a comprehensive multi-format course with the goal of transforming your relationship with CSS. The course is specifically created for folks …

  7. CSS transform Property - W3docs

    How to use the transform CSS property to transform the element in 2D and 3D space. See transform functions and try examples.

  8. CSS transforms - MDN

    2 days ago · CSS transforms in action Use the sliders in the example below to modify the translation, rotation, scale, and skew CSS transform properties of the cube in 3D space. As …

  9. CSS transform Property

    Learn about the transform CSS Property. View description, syntax, values, examples and browser support for the transform CSS Property.

  10. How to use transform and transition in CSS (With Examples)

    Aug 21, 2025 · If you’ve ever wanted to create smooth animations or interactive effects with CSS, then you’ve likely come across transform and transition. These two powerful CSS properties …