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>