01. Code: flex-direction: row; | Info: Flex direction "row" will position the flex items into x-axis which is horizontal (left to right).
02. Code: flex-direction: column; | Info: Flex direction "column" will position the flex items into y-axis which is vertical (top to bottom).