css-basic-grid Flashcards
1
Q
Why is it important to use a grid system for CSS layouts?
A
- easier to edit in teams
- you can continue to use the same tools eg. Since you have preexisting tools you don’t have individually create tools to style.
2
Q
What are the three core parts of a grid system?
A
Rows
Columns
Containers
3
Q
Why is it a good idea to use percentages for grid column widths?
A
Proportion?