Skip to content

Commit 175db98

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

File tree

1 file changed

+8
-8
lines changed
  • intermediate-html-css/positioning-grid/01-basic-holy-grail

1 file changed

+8
-8
lines changed

intermediate-html-css/positioning-grid/01-basic-holy-grail/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Now it's time to practice the Grid tools we've learned and create a layout that
1414

1515
### Self Check
1616

17-
- The gap is 15px
18-
- The grid has two columns
19-
- The grid has four rows
20-
- The second column is three times larger than the first
21-
- The third row is five times larger than the others
22-
- The header and footer elements span across both columns
23-
- The sidebar element only spans across the first column
24-
- The nav and article elements span across the second column
17+
- [ ] The gap is 15px
18+
- [ ] The grid has two columns
19+
- [ ] The grid has four rows
20+
- [ ] The second column is three times larger than the first
21+
- [ ] The third row is five times larger than the others
22+
- [ ] The header and footer elements span across both columns
23+
- [ ] The sidebar element only spans across the first column
24+
- [ ] The nav and article elements span across the second column

0 commit comments

Comments
 (0)