Learn CSS Grid by Building a Magazine - Step 19

Tell us what’s happening:

I wrote it all in the order but for some reason it’s not accepting. Can somebody explain why?

Your code so far

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

        <article class="brief-history">
          <h3 class="list-title">A Brief History</hr>
          <p>Of the Curriculum</p>
          <ul class="lists"></ul>
        </article>

<!-- 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/131.0.0.0 Safari/537.36 OPR/116.0.0.0

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 19

You have a typo in the closing tag here:

Oh! Didn’t even notice, thank you so much!

1 Like