Responsive Grid
Common components required to create responsive grids include:
•
Grid Guides
— provide reference points to place elements onto the page
•
Container —
occupies 100% device-width, independent of the grid and provides a way to
contain rows
•
Row
— grid-aware container box, which always keeps itself aligned to the grid
boundaries, and acts as a row of a grid
•
Column
— a container box that can be part of a row, to form a grid
•
Content Boxes
— text and picture boxes that can hold content and are, usually, contained within
a column
Note: Container, Row, and Column are all Container Boxes with some container box
properties set in a certain way to achieve different behaviors.