Skip to content
Permalink
58e9159be1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
57 lines (49 sloc) 1.41 KB
<head>
<link rel="stylesheet" type="text/css" href="second.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<header>
<h3>Payment has been succesful!</h3>
</header>
<main>
</section>
<section class="checkout-details">
<div class="checkout-details-inner">
<div class="checkout-lists">
<div class="card">
<div class="card-image"><img src="https://rvs-checkout-page.onrender.com/photo1.png" alt=""></div>
<div class="card-details">
<div class="card-name">Vintage Backbag</div>
<div class="card-price">$54.99 <span>$94.99</span></div>
<div class="card-wheel">
<button>-</button>
<span>1</span>
<button>+</button>
</div>
</div>
</div>
<div class="card">
<div class="card-image"><img src="https://rvs-checkout-page.onrender.com/photo2.png" alt=""></div>
<div class="card-details">
<div class="card-name">Levi Shoes</div>
<div class="card-price">$74.99 <span>$124.99</span></div>
<div class="card-wheel">
<button>-</button>
<span>1</span>
<button>+</button>
</div>
</div>
</div>
</div>
<div class="checkout-shipping">
<h6>Shipping</h6>
<p>$19</p>
</div>
<div class="checkout-total">
<h6>Total</h6>
<p>$148.98</p>
</div>
</div>
</section>
</main>