1. 程式人生 > >CSS Flex

CSS Flex

IT art con content pac sta end start In

justify-content: how the flex items will be aligned along main axis
options: flex-start | flex-end | center | space-between | space-around | space-evenly

align-items: how the flex items will be aligned along cross axis
options: flex-start | flex-end | center | baseline | stretch

CSS Flex