@@ -18,18 +18,18 @@ If you use the tools in the Advanced Grid Properties lesson you should be able t
18
18
![ desired outcome stretched] ( ./desired-outcome-stretched.png )
19
19
20
20
### 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