home
Search
Logout
flex-direction:row
so the main
axis is horizontal and the cross axis is vertical.flex-direction
,
instead of row you can use column.flex-direction:column
will place our elements on column
and change the main axis by vertical and the cross axis by horizontal.justify-content,align-content
that we will see later.