pub type JustifyItems = AlignItems;
Used to control how child Nodes are aligned. Does not apply to Flexbox, and will be ignored if specified on a flex container For Grid it controls alignment in the inline axis
Nodes
MDN