Build a Bookstore Page - Step 4

Tell us what’s happening:

need help checking my code .i don’t know what’s wrong

Your code so far


<!-- User Editable Region -->

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div>
   <div class="card container">Card container</div>
</div>

<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a Bookstore Page - Step 4

Hi,

You don’t need to create another div. Add the class attribute to the existing div. Also make sure you’re writing the value of the class attribute correctly.

Reset the step and try again.

Good luck!

Why should he reset the step?

Because sometimes users change the original code, resetting helps get it back.

1 Like