Learn CSS Grid by Building a Magazine - Step 25

Tell us what’s happening:

I think my code is already correct. What is wrong with my code? Also, please improve the language and phrasing used in these practice instructions to make them easier to understand. I always get confused by the phrasing used. Thank you.

Your code so far

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

<blockquote class="image-quote">
            <hr/>
            <p></p>
            <hr/>
            <p class="quote">The millions of people who are learning to code through freeCodeCamp will have an even better resource to help them learn these fundamentals.</p>
</blockquote>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0

Challenge Information:

Learn CSS Grid by Building a Magazine - Step 25

Hi there and welcome to our community!

Your code is almost correct but you should only be creating one p element. You should move the bottom p element up to replace the empty one above it.

1 Like

when you find sentences that are confusing, please report them, so we know what needs to be changed

1 Like