Olá me chamo patti

Estou com dificuldade no passo 16 do exercício de Criar uma Página de livraria , poderiam me falar onde estou errando no código abaixo:

<p>Review your selections and continue to checkout.</p>

<div class="btn-container">

 <div class="btn" id="view-cart-btn">

  <button class="btn">View Cart</button></div>

  <div class="btn" id="checkout-btn">

  <button class="btn">Checkout</button></div>

</div>

Hi. Welcome to the forum.

Can you please link to the challenge you are doing.

Hi

Where are the ‘id’ attributes on your button element? were you asked to add them to the div element?

Olá

Eu fiz o passo 16 conforme os códigos aprendidos nos passos anteriores, o código abaixo são dos exercícios anteriores e ele passou nos testes, eu não sei onde errei no código que enviei anteriormente.

XYZ Bookstore

Browse our collection of amazing books!

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

You need to follow the instructions exactly as asked. Don’t follow the format of previous buttons. You are not asked to add additional div elements.

I suggest you reset the step and try again.

1 Like

Ok. Irei tentar novamente com base nos seus ensinamentos. muito obrigada!

1 Like

Conseguir! Muito Obrigada mesmo pela ajuda!

1 Like