Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skuullking committed Feb 13, 2024
2 parents f71a905 + b153ad2 commit 94fe33f
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions html/panier.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,27 @@ <h1>Site E-commerce pour consoles vidéo</h1>
<main>
<section id="basket" class="flex-column-centre">
<div id="blocTitrePanier" class="flex-start size80">
<h2 id="titre-panier">
VEUILLEZ AJOUTER DES PRODUITS AU PANIER <br />
PAS DE PRODUIT
</h2>

</div>
<div id="basket-fiche" class="flex-around">
<div id="injectis">
<div id="basketProduit" class="flex-around">
<div id="blocImage">
<img src="playstation 1.html" alt="PlayStation 1">
</div>
<div id="blocProduit" class="flex-column-around">
<p>0005000007235278m</p>
<h2>Produit</h2>
<p>vernis</p>
<p>0 €</p>
<p>Ref: 0000000000</p>
<p><i class="fas fa-truck"></i> en stock</p>
</div>
</div>
<div id="basket-items" class="flex-column-center">
<div class="item">
<img src="../image/playstation 1.png" alt="PlayStation 1">
<p>PlayStation 1</p>
<p>Prix : 100 €</p>
<div class="item">
<img src="../image/Playstation 5.png" alt="PlayStation 5">
<p>PlayStation 5</p>
<p>Prix : 400 €</p>
</div>

</div>
<div id="total-price" class="flex-end">
<p>Total : 500 €</p>
</div>
<div id="checkout-button" class="flex-end">
<button>Passer à la caisse</button>
</div>
</section>

<div id="panier">
<h2>Panier</h2>
<img src="playstation 1.html" alt="PlayStation 1">
</div>

<section class="a-propos">
<h2>A propos de Nous</h2>
<p>
Expand Down

0 comments on commit 94fe33f

Please sign in to comment.