Tell us what’s happening:
Hi guys please help me on step 11 of creating Bookstore page…i’m struggling to get it right
Your code so far
<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>
<!-- User Editable Region -->
<div class="card">
<div class="card" id="dave-cooking-book">
</div>
<!-- User Editable Region -->
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Challenge Information:
Build a Bookstore Page - Step 11