Build a Bookstore Page - Step 15

Tell us what’s happening:

I’m not sure what I am missing. I would appreciate any help.

Your code so far


<!-- User Editable Region -->

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div class="card-container">
  <div class="card" id="sally-adventure-book">
    <h2>Sally's SciFi Adventure</h2>
    <p>This is an epic story of Sally and her dog Rex as they navigate through other worlds.</p>
    <button class="btn">Buy Now</button>
  </div>
  </div>
  <div class="card" id="dave-cooking-book">
    <h2>Dave's Cooking Adventure</h2>
    <p>This is the story of Dave as he learns to cook everything from pancakes to pasta, one recipe at a time.</p>
    <button class="btn">Buy Now</button>
  </div>
  </div>
    
<p>Review your selections and continue to checkout. </p>
  <div class="btn-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/141.0.0.0 Safari/537.36

Challenge Information:

Build a Bookstore Page - Step 15
https://www.freecodecamp.org/learn/full-stack-developer/workshop-bookstore-page/step-15

Hi. Can you link the page again please, this one has page note found.

I suggest resetting the step to bring back the original code since you have two stray closing div tags in your code.