"personal portfolio" image doesn't appear

Hello,
This is my codePen link:

I’m really blocked because I made all HTML CSS course but I never seen how to display an image inside a grid cell.

Somebody could indicate me why the picture doesn’t display ?

<img
              class="img-project"
              href="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute.jpg"
            />

The attribute for an image source is not href. That’s the attribute for an anchor tag destination.

ooo yes! :triumph: :smiley:
Thank you.

I’m glad I could help. Happy coding!

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