CSS justify-self Property Reference

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

CSS justify-self Property Reference

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

Updated 2026-08-12

justify-self overview

The CSS justify-self 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

justify-self formal syntax
FieldValue
Formal syntaxauto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | anchor-center
Initial valueauto
Applies toblockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Box Alignment
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: justify-self
  2. MDN: CSS Properties Reference

Similar or alternative tools

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