learn Flexbox
CSS Layouts Flexbox
Learn CSS Layout
Being one-dimensional means that flexbox only deals with either columns or rows. The grid has two dimension layout capabilities x and y.
the main axis is defined by the flex-direction (row by default) which can be changed. the cross axis runs perpendicular to it.
as it only applys to the visual ordering of things on a page a screen reader will read out the content but it could be in the wrong ‘layout’
you can wrap text around an image!
I want to make my own website and learnig how to utalize flexbox might help me achieve this!