Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 24 is difficult for understand #108

Open
Serega5j opened this issue Apr 11, 2019 · 4 comments
Open

Level 24 is difficult for understand #108

Serega5j opened this issue Apr 11, 2019 · 4 comments

Comments

@Serega5j
Copy link

How can I resolve it?

@dvergilyush
Copy link

grid-template-columns: 50px repeat(3, 1fr) 50px

@jdebarochez
Copy link

Faced the same misunderstanding. I was wondering why 50px 3fr 50px was not working. We need 3 more columns.
Other alternative: grid-template-columns: 50px 1fr 1fr 1fr 50px;

@eden-omb
Copy link

eden-omb commented Dec 4, 2021

This also states "3 or more" fractional columns, which can never work.

@onyedikachi-david
Copy link

Who else arrived here after spending some time stuck on level 24? It was genuinely perplexing for me 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants