Build a Bookstore Page - Step 7

Tell us what’s happening:

i have tride the best i can and icant doit yet ihave asked for hhelp pleas

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>XYZ Bookstore Page</title>
</head>

<body>
  <h1>XYZ Bookstore</h1>
  <p>Browse our collection of amazing books!</p>

<!-- User Editable Region -->

  <div>
<p class="card-container">paragraph1</p>
  </div>

<!-- User Editable Region -->

</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:146.0) Gecko/20100101 Firefox/146.0

Challenge Information:

Build a Bookstore Page - Step 7

you should not create a p element in this step, you should add the class to the div element you already have

Add a class attribute to your div element and set its value to card-container .

1 Like

Thanks .that helped me a lot, was stucked :grinning_face_with_smiling_eyes: