css-layout-classes Flashcards
1
Q
Why do two div elements “vertically stack” on one another by default?
A
Two div elements “vertically stack” on one another by default because they are block elements.
2
Q
What is the default flex-direction of an element with display: flex?
A
row