-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaymentpage.html
174 lines (166 loc) · 5.42 KB
/
paymentpage.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="./paymentcss.css" />
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body class="body mt-5">
<div class="container">
<div class=""></div>
<div class="row">
<div class="col-lg-7 pb-2 mb-5 section_1">
<div class="row">
<div class="col-12 p-0 m-0 img_container">
<img
class="img_car img_fluid"
src="./assets/images/car-1.jpg"
alt=""
/>
<p class="h4 m-0 heading_1">McLaren 720s</p>
</div>
<div class="row m-0 col-12 py-3">
<div class="col-md-4 col-6 ps-30 pe-0 my-2">
<p class="text-muted">Mileage</p>
<p class="h5">6.1Km / L</p>
</div>
<div class="col-md-4 col-6 ps-30 my-2">
<p class="text-muted">Transmission</p>
<p class="h5 m-0">Automatic</p>
</div>
<div class="col-md-4 col-6 ps-30 my-2">
<p class="text-muted">Fuel</p>
<p class="h5 m-0">Hybrid</p>
</div>
<div class="col-md-4 col-6 ps-30 my-2">
<p class="text-muted">Body</p>
<p class="h5 m-0">Coupe</p>
</div>
<div class="col-md-4 col-6 ps-30 my-2">
<p class="text-muted">Color</p>
<p class="h5 m-0">Orange</p>
</div>
<div class="col-md-4 col-6 ps-30 my-2">
<p class="text-muted">Daily UI</p>
<p class="h5 m-0">#002</p>
</div>
</div>
</div>
</div>
<div class="col-lg-5 p-0">
<div class="row m-0">
<div class="col-12 px-4 ms-lg-4 section_2">
<div class="d-flex align-items-end mt-4 mb-2">
<p class="h4 m-0">McLaren 720s</p>
<p class="ps-3 textmuted">6L</p>
</div>
<div class="mt-5 d-flex justify-content-between mb-2">
<p class="textmuted">Price</p>
<p class="fs-14 fw-bold">
<span class="fas fa-dollar-sign pe-1"></span>200 $ / hour
</p>
</div>
<div class="d-flex justify-content-between mb-2">
<p class="textmuted">Shipping</p>
<p class="fs-14 fw-bold">Free</p>
</div>
<div class="d-flex justify-content-between mb-2">
<p class="textmuted">Promo code</p>
<p class="fs-14 fw-bold">
-<span class="fas fa-dollar-sign px-1"></span>100
</p>
</div>
<div class="d-flex justify-content-between mb-3">
<p class="textmuted fw-bold">Total</p>
<div class="d-flex align-text-top">
<span class="fas fa-dollar-sign mt-1 pe-1 fs-14"></span
><span class="h4">200 $</span>
</div>
</div>
</div>
<div class="col-12 py-5 ms-lg-4">
<div class="row bg-light m-0 section_3">
<div class="col-12 px-4 my-4">
<p class="fw-bold">Payment detail</p>
</div>
<div class="col-12 px-4">
<div class="d-flex mb-4">
<span class="">
<p class="text-muted">Card number</p>
<input
class="form-control1"
type="text"
value="4485 6888 2359 1498"
placeholder="1234 5678 9012 3456"
/>
</span>
<div class="w-100 d-flex flex-column align-items-end">
<p class="text-muted">Expires</p>
<input
class="form-control2"
type="text"
value="01/2020"
placeholder="MM/YYYY"
/>
</div>
</div>
<div class="d-flex mb-5">
<span class="me-5">
<p class="text-muted">Cardholder name</p>
<input
class="form-control1"
type="text"
value="David J.Frias"
placeholder="Name"
/>
</span>
<div class="w-100 d-flex flex-column align-items-end">
<p class="text-muted">CVC</p>
<input
class="form-control3"
type="text"
value="630"
placeholder="XXX"
/>
</div>
</div>
</div>
<div class="px-5 mb-4 p-0">
<button class="btn btn-primary buy_btn">
Purchase<span class="fas fa-arrow-right ps-2"></span>
</button>
</div>
</div>
<div class="row m-0"></div>
</div>
</div>
</div>
</div>
</div>
<script src="./assets/js/script.js"></script>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>