By default, the elements within
a flex container are stacked
next to each other in a
single row. The stacking happens
left to right. We can change this
with the flex-direction
property
on the container element.
You can use these values - row
,
row-reverse
, column
and
column-reverse
for the
flex-direction
property: