Learn CSS Grid by Building a Magazine

I need help Guys to cross step 24 of “Learn CSS Grid by Building a Magazine”.
Below is my code:

<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/survey-form-background.jpeg" alt="four people working on code" loading="lazy" class="image-3" width="600" height="400"/>

What am I missing, please?

It really, really helps if you provide a link to the challenge you’re working on:

What do the failing tests say? What isn’t working the way you expect it to?

Hi @Ochison !

There was a fix made recently to this problem which you can read about here

Until the fix is applied to the challenge, you can delete line 154 for now and add your code on line 155 to pass the test.

Hope that helps!

@jwilkins.oboe, it worked! Thank you so much!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.