Build a Bookstore Page - Step 5

Tell us what’s happening:

It says add a class attribute to this new div element and set the value of the class attribute to card.

Your code so far


<!-- User Editable Region -->

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div class="card-container"
</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 Edg/142.0.0.0

Challenge Information:

Build a Bookstore Page - Step 5

Looks good, your opening div tag is missing something though, at the end.

<div>
</div>

Please reset this step to restore the original code, then add another div element inside the .card-container div with a class attribute set to to card.