CSS transform-box Property Reference

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

CSS transform-box Property Reference

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

Updated 2026-08-12

transform-box overview

The CSS transform-box 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

transform-box formal syntax
FieldValue
Formal syntaxcontent-box | border-box | fill-box | stroke-box | view-box
Initial valueview-box
Applies totransformableElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Transforms
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: transform-box
  2. MDN: CSS Properties Reference

Similar or alternative tools

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