justify-self
Introduction
The CSS justify-self property sets the way a box is justified inside its alignment container along the appropriate axis. It aligns the items inside their grid areas on the inline axis.
Examples

Syntax
Values
auto
Default value. The value used is the value of the justify-items property of the parents box.
stretch
If the combined size of the items is less than the size of the alignment container, any auto-sized items have their size increased equally (not proportionally), while still respecting the constraints imposed by max-height/max-width (or equivalent functionality), so that the combined size exactly fills the alignment container.
center
The items are packed flush to each other toward the center of the alignment container.
start
The item is packed flush to each other toward the start edge of the alignment container in the appropriate axis.
end
The item is packed flush to each other toward the end edge of the alignment container in the appropriate axis.
Formal definition
| Initial value | auto |
| Applies to | grid items |
| Inherited | no |
| Animatable |
Formal syntax
justify-self = auto | stretch | center | start | end
Difference with the web
normalis not supported. Initial value isstretch.self-start,self-end,left,right,flex-start,flex-endare not supported.
Compatibility
LCD tables only load in the browser