CSS Flexbox #3. The align-items property

As you already learned in the second tutorial of this series, a flex-container has two following axes:

main axis
cross axis


The justify-content property specifies how the flex-items are distributed along the main axis, whereas the align-items property specifies how the flex-items are distributed along the cross axis of the flex-container.



[[ This is a content summary only. Visit http://OSTraining.com for full links, other content, and more! ]]
 •  0 comments  •  flag
Share on Twitter
Published on March 01, 2019 17:32
No comments have been added yet.