Flex Container Properties
display: flex;
align-items:
y-axis (cross-axis)
flex-start
flex-end
center
justify-content:
x-axis (main-axis)
flex-start
flex-end
center
space-evenly
space-around
space-between
flex-direction:
row
row-reverse
column
column-reverse