Skip to content

Commit

Permalink
preço dos salgados
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyvissonRobert committed May 7, 2024
1 parent b0861a0 commit 93edfe3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ <h2 class="text-2xl md:text-4xl font-bold text-center mt-9 ">
Congelados.</p>

<div class="flex items-center gap-2 justify-between mt-3">
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 40,00</p>
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 20,00</p>
<button
class="active:ring-green-600 active:ring-4 focus:ring focus:ring-red-500 bg-gray-900 px-5 rounded add-to-cart-btn hover:scale-110 hover:-rotate-2 duration-300"
data-name="Salgados Congelados 50" data-price="40.00">
data-name="Salgados Congelados 50" data-price="20.00">
<i class="fa fa-cart-plus text-lg text-red-700 active:text-green-600"></i>
</button>
</div>
Expand All @@ -167,10 +167,10 @@ <h2 class="text-2xl md:text-4xl font-bold text-center mt-9 ">
na hora.</p>

<div class="flex items-center gap-2 justify-between mt-3">
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 15,00</p>
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 20,00</p>
<button
class="active:ring-green-600 active:ring-4 focus:ring focus:ring-red-500 bg-gray-900 px-5 rounded add-to-cart-btn hover:scale-110 hover:-rotate-2 duration-300"
data-name="Salgados Fritos 30" data-price="15.00">
data-name="Salgados Fritos 30" data-price="20.00">
<i class="fa fa-cart-plus text-lg text-red-700 active:text-green-600"></i>
</button>
</div>
Expand Down Expand Up @@ -213,10 +213,10 @@ <h2 class="text-2xl md:text-4xl font-bold text-center mt-9 ">
churros com doce de leite. Fritos na hora.</p>

<div class="flex items-center gap-2 justify-between mt-3">
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 35,00</p>
<p class="font-bold text-lg hover:scale-110 duration-300">R$ 30,00</p>
<button
class="active:ring-green-600 active:ring-4 focus:ring focus:ring-red-500 bg-gray-900 px-5 rounded add-to-cart-btn hover:scale-110 hover:-rotate-2 duration-300"
data-name="Mini Churros Fritos 50" data-price="35.00">
data-name="Mini Churros Fritos 50" data-price="30.00">
<i class="fa fa-cart-plus text-lg text-red-700 active:text-green-600"></i>
</button>
</div>
Expand Down

0 comments on commit 93edfe3

Please sign in to comment.