Build a Bookstore Page - Step 18

Tell us what’s happening:

malheureusement je n’ai toujours pas réussi malgré les nombreuses modifications. Pourriez vous m’indiquer où se situe l’erreur et de m’aider à trouver la solution s’il vous plait

Your code so far

<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>XYZ Bookstore Page</title>
</head>

<body>

<!-- 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 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 class="card-container">
      
<p>Review your selections and continue to checkout.</p>
      
       <div class="btn-container">  
    </div>

    <div class="card" id="dave-cooking-book">
  </div>


<!-- User Editable Region -->

</body>

</html>

Your browser information:

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

Challenge Information:

Build a Bookstore Page - Step 18

please individuate what is the closing tag of the div, then write the new code after it

here you can see opening and closing tags of the card-container element linked with the red line