Why do two div elements “vertically stack” on one another by default?
“Div” elements “vertically stack” on one another by default because they are default block elements.
What is the default flex-direction of an element with display: flex?
The default flex-direction of an element with “display: flex” is “row” (left to right).