Class 1/15 Flashcards
1
Q
What is the default flex-direction of a flex container?
A
Horizontal row from left to right
2
Q
What is the default flex-wrap of a flex container?
A
They will try to fit into one line, when you set the value as wrap they will wrap onto multiple lines
3
Q
What is one of the uses of Flexbox?
A
To properly fill up space on all different kinds of devices and screens, more appropriate for components of an application or smaller scale layouts
4
Q
What are the three primary parts of a layout system?
A
Container to enclose all of it, rows that run horizontally across, and columns that contain boxes from the rows