Learn CSS Grid by Building a Magazine - Step 4

Tell us what’s happening:
Describe your issue in detail here.
Keeps telling me my code doesn’t pass. In the hint it tells me Hint

Your img element should have the src set to https://cdn.freecodecamp.org/platform/universal/fcc_meta_1920X1080-indigo.png. I have reset the lesson, I have reset the lesson and refreshed the browser. I’ve seen in other suggestions to try chrome, not a fan of chrome. I always have issues with it freezing and crashing all the time when I try to do anything using chrome. Would appreciate any and all suggestions.
Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Magazine</title>
    <link
      href="https://fonts.googleapis.com/css?family=Anton%7CBaskervville%7CRaleway&display=swap"
      rel="stylesheet"
    />
    <link
      rel="stylesheet"
      href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
    />
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>

<!-- User Editable Region -->

    <main>
      <section class="heading">
        <header class="hero">
          <img src="https://cdn.freecodecamp.org/platform/universal/fcc_meta_1920x1080-indigo.png" alt="freecodecamp logo" class="hero-img" loading="lazy">
          </header>
      </section>
    </main>

<!-- User Editable Region -->

  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; rv:109.0) Gecko/20100101 Firefox/109.0

Challenge: Learn CSS Grid by Building a Magazine - Step 4

Link to the challenge:

Copy again the url address. Something is wrong with it.

In my code or the link to the step?

In your code. I did like that and the step has passed.

1 Like

Can you tell me where the problem is? I did copy and re-paste it in my code and it worked this time. I copied from the suggestion and what I had posted here in notepad and I don’t see where there is a problem with it. Thanks for the help.

You have typed in a lowercase x instead of an uppercase X between numbers.