-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 1.83 KB
/
index.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
<!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">
<link rel="stylesheet" href="css/style.css">
<title>CSS Glassmorphism</title>
</head>
<body>
<main class="main-container">
<img id="image-left-bottom" src="./images/Retangle.png">
<img id='image-right' src="./images/Group-11.png">
<img id="image-left-top" src="./images/img.png">
<div class="info">
<div class="info_title">
<h1>Worlwide Purchase
Access From Your
Platinum Card</h1>
<p>Free upgrade option to our platinum services and get lifetime validity.</p>
<div class="info_submit">
<input type="text" placeholder="Your Email">
<button type="submit">Apply</button>
</div>
</div>
<div class="info_card">
<div id='card' class="card">
<div class="card_title">
<h2>Platinum Card</h2>
</div>
<div class="card_chip">
<img src="./images/chip.png" alt="">
</div>
<div class="card_footer">
<div class="card_footer_info footer-text">
<p class="footer-text--big">6689 2547 2265 1258</p>
<p class="">Jessica Jessy</p>
</div>
<div class="footer-text">
<p>02/49</p>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>