About 112,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

    Nov 7, 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 Property: Complete Guide to 2D and 3D Element ...

    Jun 16, 2025 · Master CSS transform property with comprehensive examples of 2D and 3D transformations. Learn translate, rotate, scale, skew, and matrix functions with interactive demos.

  6. 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 HTML elements …

  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 - CSS | MDN - MDN Web Docs

    Nov 18, 2025 · The CSS transforms module defines how elements styled with CSS can be transformed in two-dimensional or three-dimensional space. Use the sliders in the example below to modify the …

  9. 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 who work with a …

  10. W3Schools CSS transform demonstration

    Demo of the different values of the transform property.