You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Determine semantics, grids & type classes**
1. Draw boxes to represent the different HTML elements
2. Assign each box a semantically correct tag
3. Draw lines to represent the grid rows & units
4. Write the unit widths
5. Write out the possible classes from module system: like `.list-group`, `.embed`, `.btn`, etc.
6. Write out the possible classes from the type system: like `.island`, `.gutter`, `.pad`, `.push`, etc.