Build a Bookstore Page - Step 15

Tell us what’s happening:

I don’t know that the issue is here. Please help me

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

Challenge Information:

Build a Bookstore Page - Step 15

Welcome to the forum @Molebogeng ,

In this step, you are asked to add some code after the .card-container element. Remember that an HTML element has both an opening and closing tag.

Please reset this step to bring back the seed code and try again. This time, locate the closing tag for the .card-container element and add your code after that.

Hi buddy, See here this is the instructions you need to look closely.

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

See exactly have you put the p tag as you’re guided to ?

Thank you so much I got it :folded_hands:

please i have been trying now for over an hour still do not understand i have tried several things nothing works please spell this out for me so i can see what i am doing wrong

hi @The_dude, please create your own topic so we can give you the focused help you deserve

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Hey buddy, kindly do share your code, so that we all will be able to help you.

As advised by @ILM