Learning Fuze - rc0821 > css-layout-classes > Flashcards
Why do two div elements “vertically stack” on one another by default?
Just what browsers do by default. Also because they are block level elements.
What is the default flex-direction of an element with display: flex?
Row