🔸flex-direction
flex-direction
defines the main axis. ( 👉🏻 wrap-reverse: will reverse cross axis❗️)
row
,row-reverse
,column
,column-reverse
.



row-reverse
⭐️ row-reverse
and column-reverse
will also reverse flex-start
and flex-end
too❗️

Last updated
Was this helpful?