Build a Bookstore Page - Step 15

Tell us what’s happening:

i have some problems,tell me why my code does not pass

Your code so far


<!-- User Editable Region -->

<h1>XYZ Bookstore</h1>
<p>Browse our collection of amazing books!</p>
<div class="card-container">
  <p>Review your selections and continue to checkout.</p>
  <div class= "btn-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>
</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 15
https://www.freecodecamp.org/learn/full-stack-developer/workshop-bookstore-page/step-15

1 Like

The instructions want you to add new code after the complete .card-container element. Remember, that an HTML element includes both an opening tag and closing tag.

Please reset this step and try again.

i’ll try my best, but after this please help me

I’m having the same problem! But he already added the code below the .card-container and it didn’t solve it. Or is there a specific place to add the code?

yeahhh same problem,i have already to pass the code ,but it’s still not working

i can’t find the solution ,maybe can you help me again?

Please post your updated code.


Where’s the closing tag for the .card-container element? Your code should come after that.

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').


thanks a lot ,i found it