-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment.html
77 lines (71 loc) · 2.91 KB
/
payment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="payment.css">
<link rel="stylesheet" href="navbar.css">
</head>
<div id="new">
<p><a href="index.html">Home</a></p>
<p><a href="babypro.html">Baby products</a></p>
<p><a href="beauty1.html">Beauty products</a></p>
</div>
<body>
<div id="LS">
<h5>
Login to see your existing offers
</h5>
<button class="log">login/signup</button>
</div>
<div id="head">
<h3>Delivery Address</h3>
</div>
<form>
<div class="input"> <input type=" text" id="name" placeholder="first name*">
<input type="text" id="lname" placeholder="last name*">
</div>
<div class="input"> <input type=" text" id="mail" placeholder="Email ID*">
<input placeholder="Phone Number*" id="Number" type="Number" />
</div>
<div class="input"><input placeholder="Pin Code*" id="pincode" type="Number" />
<input placeholder="City*" id="city" type="text" />
<input placeholder="State*" id="state" type="text" />
</div>
<div class="input"> <input placeholder="Address(House No,Building,Street,Area)*" id="add" type="text" />
</div>
<div class="input">
<p id="sd">Select the type of address</p>
<input type="submit" class="btn" value="Home" />
<input type="submit" class="btn" value="Work" />
<input type="submit" class="btn" value="Other" />
</div>
<!-- <img src="https://s3.ap-southeast-1.amazonaws.com/cdn.elitmus.com/djah8eu7g7wo5qpt7xbqdxvr900i" id="mama"
alt="mama"> -->
<div id="container">
<div class="input">
<h3 class="title">Choose Payment Method</h3>
<p id="start">Pay Using Credit Card Or Debit Cards</p>
</div>
<!-- <img src="https://pbs.twimg.com/media/EiA9DSyVkAA0WGD.jpg:large" class="mama" alt="mama"> -->
<div class="input"> <input type=" number" id="cardno" placeholder="Card Number">
</div>
<div class="input"> <input type="month" id="dc1" placeholder="MM/YY">
<input type="number" id="cvv" placeholder="CVV">
</div>
<div class="input"> <input placeholder="Name on the card" id="namec" type="text" />
</div>
<div class="input"> <input type="submit" value="Place Order" id="submitbtn">
</div>
<div>
<p id="end">100% Payment Protection, Easy Return Policy</p>
</div>
</div>
</form>
<!-- <img src="https://asset.brandfetch.io/idfoTiWukP/idUiCwDWdt.jpeg" alt="mamaearth"> -->
</body>
</html>
<script src="payment.js">
</script>