Ayuda con Crear una página de librería - Paso 18

Cuéntanos qué está pasando:

Me piden que coloque el texto debajo debajo pero sigue fallando y tambien eh intentado hacer otro div pero tampoco por que el texto tiene que estar debajo de

Tu código hasta ahora

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>XYZ Bookstore Page</title>
</head>

<body>
  <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>
  </div>
  
<!-- User Editable Region -->
  
<!-- User Editable Region -->
</body>

</html>

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 OPR/132.0.0.0 (Edition std-2)

Información del desafío:

Crear una página de librería - Paso 18

Enlace de GitHub: i18n-curriculum/curriculum/challenges/espanol/blocks/workshop-bookstore-page/68eca6364c5616d393389a30.md at main · freeCodeCamp/i18n-curriculum · GitHub

Welcome to the forum @ponces245

Where is your code attempt?

Happy coding