File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
intermediate-html-css/advanced-grid/01-responsive-holy-grail Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ When the browser is stretched wide:
17
17
![ desired outcome wide] ( ./desired-outcome-wide.png )
18
18
19
19
### Self Check
20
- - The gap is 15px
21
- - The grid has two columns
22
- - The grid has four rows
23
- - The grid tracks do not use static sizes (no pixels!)
24
- - The second column is three times larger than the other
25
- - The third row is five times larger than the others
26
- - The columns narrow and widen as the viewport changes size
27
- - Row 3 gets taller to accomodate text wrapping as you narrow the viewport size
20
+ - [ ] The gap is 15px
21
+ - [ ] The grid has two columns
22
+ - [ ] The grid has four rows
23
+ - [ ] The grid tracks do not use static sizes (no pixels!)
24
+ - [ ] The second column is three times larger than the other
25
+ - [ ] The third row is five times larger than the others
26
+ - [ ] The columns narrow and widen as the viewport changes size
27
+ - [ ] Row 3 gets taller to accomodate text wrapping as you narrow the viewport size
28
28
You can’t perform that action at this time.
0 commit comments