webpackJsonp([0xda3f0f8ed7b0],{526:function(n,t){n.exports={pathContext:{frontmatter:{path:"/docs/justify-content",title:"Justify Content",hasPlayground:!0,initialPlayground:null,redirect:null},html:"

Justify Content

\n

Justify content describes how to align children within the main axis of their container.\nFor example, you can use this property to center a child horizontally within a container\nwith flex direction set to row or vertically within a container with flex direction\nset to column.

\n

FLEX START (DEFAULT) Align children of a container to the start of the container's main axis.

\n

FLEX END Align children of a container to the end of the container's main axis.

\n

CENTER Align children of a container in the center of the container's main axis.

\n

SPACE BETWEEN Evenly space of children across the container's main axis, distributing\nremaining space between the children.

\n

SPACE AROUND Evenly space of children across the container's main axis, distributing\nremaining space around the children. Compared to space between using\nSspace around will result in space being distributed to the beginning of\nthe first child and end of the last child.

\n

"}}}}); //# sourceMappingURL=path---docs-justify-content-2999ee22d5e9c89dfe9a.js.map