CSS scale Property Reference

The CSS scale property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

CSS scale Property Reference

The CSS scale property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

scale overview

The CSS scale property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

scale formal syntax
FieldValue
Formal syntaxnone | [ <number> | <percentage> ]{1,3}
Initial valuenone
Applies totransformableElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typetransform
Mediavisual
Specification groupCSS Transforms
StatusStandard

Practical examples

These declarations demonstrate valid ways to set scale. The initial and inherit global keywords remain available even when a property-specific value is preferable.

scale live example
CSS .reset-example { scale: initial; } .inherit-example { scale: inherit; } @supports (scale: initial) { .supported { scale: initial; } }

Description

The CSS scale property is a standard property in CSS Transforms. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: scale
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies