Learn CSS Grid by Building a Magazine - Step 21

Hi, I’ve tried changing the order of the elements every way I could think of, but I am stuck. Any help would be much appreciated.

Step 21
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.

The hint I’m getting: Your new elements should be in the correct order.

My code so far:

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

        </aside>

Update: I solved it, I just had to put in closing tags. Duh.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.