webpackJsonp([6107086138912],{516:function(n,t){n.exports={pathContext:{frontmatter:{path:"docs/align-items",hasPlayground:!0,initialPlayground:null,redirect:null},html:'

Align Items

\n

Align items describes how to align children along the cross axis of their container.\nAlign items is very similar to justify content but instead of\napplying to the main axis, align items applies to the cross axis.

\n

STRETCH (DEFAULT) Stretch children of a container to match the height of the container\'s cross axis.

\n

FLEX START Align children of a container to the start of the container\'s cross axis.

\n

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

\n

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

\n

\n

Align Self

\n

Align self has the same options and effect as align items but instead of\naffecting the children within a container, you can apply this property to\na single child to change its alignment within its parent. align self\noverrides any option set by the parent with align items.

\n

'}}}}); //# sourceMappingURL=path---docs-align-items-0b24d8d8638bd04a73d8.js.map