Learn CSS Grid by Building a Magazine STEP 9

It does not pass and says: You should create a new div element:)
Help please:) My first topic:)

    <section class="heading">
      <header class="hero">
        <img width="400" class="hero-img" loading="lazy" src="https://cdn.freecodecamp.org/platform/universal/fcc_meta_1920X1080-indigo.png" alt="freecodecamp logo">
        <h1 class="hero-title">OUR NEW CURRICULUM</h1>
        <p class="hero-subtitle">Our efforts to restructure our curriculum with a more project-based focus</p>
      </header>
      <div class="author">
        <div></div>
        <p class="author-name">By <a rel="noreferrer" href="https://freecodecamp.org" target="_blank">freeCodeCamp</a></p>
        <p class="publish-date">March 7, 2019</p>
      </div>
      <div class="social-icons">
        <a href="https://www.facebook.com/freecodecamp"></a>
        <a href="https://twitter.com/freecodecamp"></a>
        <a href="https://instagram.com/freecodecamp"></a>
        <a href="https://www.linkedin.com/school/free-code-camp"></a>
        <a href="https://www.youtube.com/freecodecamp"></a>
        </div>
    </section>

Please provide the link of this step. You can use the Ask for Help button if you have questions specific to a particular step.

1 Like

Learn CSS Grid by Building a Magazine STEP 9

Why have you added a div over here?

1 Like

ah, my bad.
i added it just for testing reasons and forgot to delete before uploading here.
anyway, whatever it is, i think it’s freeCodeCamp’s bug. i just skipped step 9 and continued from 10 and it is ok. thanx!

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