HTML of Checkout
HTML of Checkout
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="wrap">
<div id="grid">
<div class="number">
<span>1</span>
</div>
<div class="title">
<h1>Email Address</h1>
</div>
<div class="modify">
</div>
</div>
<form class="go-right">
<div>
</div>
<button class="login">Login</button>
</form>
</div>
<div class="number">
<span>2</span>
</div>
<div class="title">
<h1>Billing Information</h1>
</div>
</div>
<form class="go-right">
<div>
</div>
<div>
</div>
<div>
</div>
<div>
<input type="text" name="company" value="" id="company" placeholder="Company" data-
trigger="change" data-validation-minlength="1" data-type="name" data-required="false"/>
<label for="Company">Company</label>
</div>
<div>
</div>
<div>
</div>
<div>
<div class="state_options">
<div class="select">
<select id="state">
</select>
</div>
</div>
</div>
<div>
</div>
<div>
<div class="country_options">
<div class="select">
<select id="country">
</select>
</div>
</div>
</div>
<div>
<input type="checkbox"/>
</div>
</form>
</div>
</div>
<div class="number">
<span>3</span>
</div>
<div class="title">
<h1>Shipping Information</h1>
</div>
<div class="modify">
</div>
<div>
</div>
<p>
</p>
<p>
</p>
</form>
</div>
<div class="number">
<span>4</span>
</div>
<div class="title">
<h1>Payment Information</h1>
</div>
<div class="modify">
</div>
</div>
<div class="left">
<form class="go-right">
<div>
</div>
<div>
<div class="expiry">
<div class="month_select">
</select>
</div>
<div class="year_select">
</select>
</div>
</div>
</div>
<div class="sec_num">
<div>
</div>
</div>
</form>
</div>
<div class="right">
<div class="accepted">
<span><img src="https://i.imgur.com/Z5HVIOt.png"></span>
<span><img src="https://i.imgur.com/Le0Vvgx.png"></span>
<span><img src="https://i.imgur.com/D2eQTim.png"></span>
<span><img src="https://i.imgur.com/Pu4e7AT.png"></span>
<span><img src="https://i.imgur.com/ewMjaHv.png"></span>
<span><img src="https://i.imgur.com/3LmmFFV.png"></span>
</div>
<div class="secured">
<p class="security info">What, well you mean like a date? Doc? Am I to understand you're still
hanging around with Doctor Emmett Brown, McFly? Tardy slip for you, Miss Parker. And one for you
McFly I believe that makes four in a row.</p>
</div>
</div>
</div>
</div>
<div class="number">
<span>5</span>
</div>
<div class="title">
<h1>Finalize Order</h1>
</div>
<div class="modify">
</div>
</div>
<div class="products">
<div class="product_image">
<img src="https://i.imgur.com/rfoB6mh.jpg"/>
</div>
<div class="product_details">
<span class="quantity">1</span>
<span class="price">$45.00</span>
</div>
</div>
<div class="totals">
</div>
<div class="final">
</div>
</div>
<div class="billing">
<span class="title">Billing:</span>
<div class="address_reviewed">
<span class="name">MD.Al-Amin</span>
<span class="location">Uttara,Dhaka-1230</span>
<span class="phone">(+88)01888563996</span>
</div>
</div>
<div class="shipping">
<span class="title">Shipping:</span>
<div class="address_reviewed">
<span class="name">MD.Al-Amin</span>
<span class="location">Uttara,Dhaka-1230</span>
<span class="phone">(+88)01888563996</span>
</div>
</div>
<div class="payment">
<span class="title">Payment:</span>
<div class="payment_reviewed">
<span class="method">Visa</span>
<span class="number_hidden">xxxx-xxxx-xxxx-1111</span>
</div>
</div>
<div id="complete">
<span class="sub">By selecting this button you agree to the purchase and subsequent payment
for this order.</span>
</div>
</div>
</div>
</div>
</body>
</html>