mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-17 11:04:29 +02:00
bag.html - Improve Shopping Bag Design.
This commit is contained in:
parent
77bcfc9da2
commit
44c14c9024
1 changed files with 10 additions and 10 deletions
20
bag.html
20
bag.html
|
@ -102,9 +102,9 @@
|
|||
<img alt="placeholder image" class="img-fluid" src="assets/Product_1.webp" width="180px" height="180px"/>
|
||||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Qty</p>
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-default btn-number" style="color: white;" onclick="minus('inputNum')"><i data-feather="minus-square"></i></button>
|
||||
|
@ -128,9 +128,9 @@
|
|||
<img alt="placeholder image" class="img-fluid" src="assets/Product_1.webp" width="180px" height="180px"/>
|
||||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Qty</p>
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-default btn-number" style="color: white;" onclick="minus('inputNum1')"><i data-feather="minus-square"></i></button>
|
||||
|
@ -154,9 +154,9 @@
|
|||
<img alt="placeholder image" class="img-fluid" src="assets/Product_1.webp" width="180px" height="180px"/>
|
||||
</div>
|
||||
<div class="col-sm-5 col-md-6 col-lg-8">
|
||||
<p>Fashione Shoes</p>
|
||||
<p>Size : 8</p>
|
||||
<p>Qty</p>
|
||||
<h2>Fashione Shoes</h2>
|
||||
<h4>Size : 8</h4>
|
||||
<h6>Qty</h6>
|
||||
<div style="display: flex;">
|
||||
<span class="input-group-btn">
|
||||
<button type="button" class="btn btn-default btn-number" style="color: white;" onclick="minus('inputNum2')"><i data-feather="minus-square"></i></button>
|
||||
|
@ -181,7 +181,7 @@
|
|||
<div class="card-body">
|
||||
<div class="row" style="border-bottom: 1px solid white;">
|
||||
<div class="col-lg-12">
|
||||
<h5 style="text-align: center;"><b>Order Summary</b></h5>
|
||||
<h3 style="text-align: center;"><b>Order Summary</b></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-between">
|
||||
|
|
Loading…
Add table
Reference in a new issue