Skip to content

Commit f04fe66

Browse files
committed
02-holy-grail-mockup: Add checkboxes to the README
Add checkboxes to the README to make the progress tracking a better experience.
1 parent 105414a commit f04fe66

File tree

1 file changed

+15
-15
lines changed
  • intermediate-html-css/advanced-grid/02-holy-grail-mockup

1 file changed

+15
-15
lines changed

intermediate-html-css/advanced-grid/02-holy-grail-mockup/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ If you use the tools in the Advanced Grid Properties lesson you should be able t
1818
![desired outcome stretched](./desired-outcome-stretched.png)
1919

2020
### Self Check
21-
- The container element has two columns
22-
- The container's second column is 4 times larger than the first column
23-
- The container element has a gap of 4px
24-
- The header element has two columns
25-
- The `ul` inside the menu element contains another grid
26-
- The `ul` inside the nav element contains another grid
27-
- The sidebar element has a gap of 50px
28-
- The text elements in the sidebar are centered with grid
29-
- The article element should set grid columns using `repeat` along with the `auto-fit` and `minmax` properties
30-
- The article columns should have a minimum value of 250px and a maximum of 1fr unit
31-
- The article element has a gap of 15px
32-
- The card elements inside the article container have a height of 200px
33-
- The header and footer span across both columns
34-
- The sidebar only spans across the first column
35-
- The nav and article elements only span across the second column
21+
- [ ] The container element has two columns
22+
- [ ] The container's second column is 4 times larger than the first column
23+
- [ ] The container element has a gap of 4px
24+
- [ ] The header element has two columns
25+
- [ ] The `ul` inside the menu element contains another grid
26+
- [ ] The `ul` inside the nav element contains another grid
27+
- [ ] The sidebar element has a gap of 50px
28+
- [ ] The text elements in the sidebar are centered with grid
29+
- [ ] The article element should set grid columns using `repeat` along with the `auto-fit` and `minmax` properties
30+
- [ ] The article columns should have a minimum value of 250px and a maximum of 1fr unit
31+
- [ ] The article element has a gap of 15px
32+
- [ ] The card elements inside the article container have a height of 200px
33+
- [ ] The header and footer span across both columns
34+
- [ ] The sidebar only spans across the first column
35+
- [ ] The nav and article elements only span across the second column

0 commit comments

Comments
 (0)