Learn CSS Grid by Building a Magazine - Step 18

Tell us what’s happening:

I don’t why it keeps saying “article element must come before the aside” while it’s so there

Your code so far

<!-- file: index.html -->
<!-- User Editable Region -->

    <section class="text text-with-images">
      <article class="brief-history"</article>
      <aside class="image-wrapper"</aside>
      </section>

<!-- User Editable Region -->
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 18

Solved to whom it may concern I solved it myself already

2 Likes

Do you mind explaining what the solution is because I get the same error?

Hi there!

Welcome to the FCC forum. Create your own topic to the challenge step, using Help button. That button appears below the challenge editor, when you try to submit the wrong code more than three times.