CSS place-content Property Reference

The CSS place-content property is a standard property in CSS Box Alignment. Review its formal syntax, computed behavior, and practical declarations.

CSS place-content Property Reference

The CSS place-content property is a standard property in CSS Box Alignment. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

place-content overview

The CSS place-content property is a standard property in CSS Box Alignment. 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

place-content formal syntax
FieldValue
Formal syntax<'align-content'> <'justify-content'>?
Initial valuealign-content, justify-content
Applies tomultilineFlexContainers
InheritedNo
Percentagesno
Computed valuealign-content, justify-content
Animation typediscrete
Mediavisual
Specification groupCSS Box Alignment
StatusStandard

Practical examples

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

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

Description

The CSS place-content property is a standard property in CSS Box Alignment. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: place-content
  2. MDN: CSS Properties Reference

Similar or alternative tools

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