Learn CSS Grid by Building a Magazine - Step 21

Tell us what’s happening:

Checked for typos and couldn’t find any. maybe i’m just blind, but I can’t understand why my code wouldn’t pass.

Your code so far

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

        <aside class="image-wrapper">
          <aside>
            <img/>
            <img/>
            <blockquote class="image-quote"></blockquote>
            <img/>
          </aside>
        </aside>

<!-- 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/133.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 21

are you sure you have added only the elements described in the instructions?

It looks like you did more than was asked. Your code was good in the sense that there are no syntactical errors. It will run just fine. To pass these lessons, it’s important to do specifically what is asked; no more, no less.