Skip to content

Commit 105414a

Browse files
committed
01-responsive-holy-grail: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent 175db98 commit 105414a

File tree

1 file changed

+8
-8
lines changed
  • intermediate-html-css/advanced-grid/01-responsive-holy-grail

1 file changed

+8
-8
lines changed

intermediate-html-css/advanced-grid/01-responsive-holy-grail/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ When the browser is stretched wide:
1717
![desired outcome wide](./desired-outcome-wide.png)
1818

1919
### 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
2828

0 commit comments

Comments
 (0)