Build a Bookstore Page - Step 15

Tell us what’s happening:

can someone tell me why he keeps telling me that the phrase

Review you selections and continue to checkout.

is wrong while i already had the copy paste from the modifications down

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 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"></div>
    <p>Review you selections and continue to checkout.</p>
  <div class="btn-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 15

1 Like

Hello mate, you should lead yourself maybe in your synthax on everyline make sure you did everything right with your html tag, i guarantee it will fix your problem. Hope i’d help you on this ! goodluck

1 Like

Review your selections and continue to checkout.

Your text is wrong. Copy/paste the example if it helps. You may as well always copy/paste to avoid typos like this.

2 Likes

i tried actuelly to change every thing, even i did the last step & the instructions said that i had completed it, so i guess there`s something in th phrase itself.

i tried it but still not right aand he still saying the same comment.

1 Like

Hi, i think your code got a logical error. The code wants to see in intruction in step 15 is that, your paragraph written review our selections… should be written outside the class = “card-container” . So, i saw based on your code that your written it inside on div. Try to remove it and put it outside of that div. I hope you get what i mean and i hope this help.

@eyaedu789 is correct.

Below the element with the class card-container, add a new p element with this text:

It means the Existing card-container element. You have created a new one and done all of this inside the existing card-container div, not after it.

2 Likes

sorry for being replying lately cuz already tried to pass through what`s next, i tried your solution but still and said to put the p below not inside it

hi @nadah0751 , if you are still stuck on this step 15, please post your latest code