About 142,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. If the property has a value …

  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 - W3docs

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

  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: 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.

  8. The World of CSS Transforms - Josh W Comeau

    Aug 9, 2021 · The “transform” property is such a powerful part of the CSS language! In this blog post, we'll take a deep look at this property and see some of the nifty things it can do.

  9. CSS Transform Property: Syntax, Usage, and Examples

    Learn how to use the CSS transform property to rotate, scale, skew, and move elements for smooth, interactive UI effects and animations.

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

    Aug 22, 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 allow you to …