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