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
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
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.
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.
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