-
Notifications
You must be signed in to change notification settings - Fork 306
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
lvl 28 #110
Comments
Hi @Illafantoms , let my try help you. The level 28 have the description: See my solution: The first part (1fr 50px) is reference to your rows, with this u will have 2 rows, one with 1fr and the last with 50px. https://uploaddeimagens.com.br/imagens/screen_shot_2019-07-17_at_15-13-50-png |
On row side, you need to occupy all of the space before required remaining 50px. The column side is having a little problem percentage. |
|
i ended up with this dumb solution which actually worked! but your solution seems fine to me. |
grid-template: 518px/ 20% 80% |
the answer is grid-template:1fr 50px /20% 1fr |
the answer is grid-template: 1fr 50px / 20% 80%; |
grid-template: 1fr 50px/ 1fr 80%; |
Solution: grid-template: 1fr 0 0 0 50px / 20% 1fr; |
i try with grid-template: 92% 18%/20% 4fr and the solution is same, why my css not work. Can someone explain.. |
why not working?
grid-template: repeat(2, 610px)/ 21% 80%
The text was updated successfully, but these errors were encountered: