Tell us what’s happening:
in my step i must make this “Within your aside element, create two img elements, a blockquote element, and a third img element. Give the blockquote element a class set to image-quote”
but i dont understand in which order they must be
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<aside class="image-wrapper">
<img href="">
<img href="">
<blockquote class="image-quote"></blackquote>
<img href="">
</aside>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Grid by Building a Magazine - Step 21