About 168,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 - MDN Web Docs

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

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

  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. Transform - HTML and CSS Guidebook

    The transform CSS property allows you to rotate, scale, skew, or move an element without removing it from its position in the document flow. Transforms can be great for animation.

  7. CSS transform Property

    The transform property enables the creation of engaging and interactive web interfaces by manipulating the position and appearance of elements without affecting their layout in the …

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

  9. How to Use the transform Property in CSS - Front-end Reference

    The transform CSS property applies 2D or 3D transformations to an element. It allows you to modify the coordinate space of an element by rotating, scaling, skewing, or translating it.

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