About 1,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. scale () CSS function - CSS | MDN - MDN Web Docs

    Apr 18, 2026 · The scale() CSS function defines a transformation that resizes an element on the 2D plane. Because the amount of scaling is defined by a vector [sx, sy], it can resize the horizontal and …

  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 Scale: Master Element Resizing with Transform Property

    Jun 16, 2025 · Learn how to resize elements proportionally using CSS scale transform. Complete guide with examples, animations, and best practices for responsive design.

  5. A Guide to CSS transform: scale, rotate, skew - handoff.design

    Aug 20, 2025 · This article serves as a comprehensive guide to CSS transform functions, including scale, rotate, and skew transformations. It explains how these functions allow developers to …

  6. CSS Transforms Tutorial: translate(), rotate(), scale(), skew() and ...

    Jan 25, 2026 · Understand what the transform property does and when to use it. Apply 2D transforms with translate (), rotate (), scale (), and skewX () / skewY (). Use common units correctly (px, %, deg, …

  7. scale () CSS Function - CSS Portal

    Jan 1, 2026 · The scale() CSS function is used to resize elements along the X and Y axes, effectively increasing or decreasing their size without altering the layout of surrounding content. It is a part of …

  8. scale | CSS CSS Properties

    scale An individual transform property that resizes an element, making it larger or smaller without needing the shorthand transform property.

  9. transform CSS property - CSS | MDN - MDN Web Docs

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

  10. scale - CSS-Tricks

    Nov 10, 2021 · …the CSS scale property does it independently of the transform property, giving us a little extra flexibility to scale things without having to chain the effect with other transforms. Syntax …