thomaspark/gridgarden

level 24 and level 26 don't accept correct answers

Closed this issue · 2 comments

I put "grid-template-columns: 50px 3fr 50px;" in level 24 and it is not accepted. I saw this from games.answers variable. BTW I thought that the correct answer should be something like "grid-template-columns: 50px 3fr -50px;". Similarly grid-template-rows: 50px 4fr; is not accepted for level 26

You want to create 3 columns using the fr unit. As it is now, you've created only one column that's 3fr wide. Hope that helps.

how do I reveal answers? I'm stuck on 26