Css grid assement

ini soal dari materi materi dan ini adalah jawabanny topik 1, topik 2, topik 3, topik 4

Hi @agis_maulana

Good job! :fireworks:

Here are my comments:

  • Task 1: :white_check_mark: Correct
  • Task 2: :warning: Why did you change the grid template? (grid-template-columns: 1fr 1fr 1fr 1fr;) You should only add code to .item1 {} and .item2 {}. The additional question is correct. :+1:
  • Task 3: :warning: Same issue as before. You removed the grid-template-columns: 1fr 2fr; from the given code. But your solution is correct when using the new code. :+1:
  • Task 4: :white_check_mark: Correct

Generally, when we have some given code for an exercise, we need to think how we can solve the problem with this given code and not just change it to make it different or easier. That’s the challenge. :slightly_smiling_face:

Have a nice day,
Michael