forked from luisSuela/Stranger-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisa.html
45 lines (29 loc) · 947 Bytes
/
Visa.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
<html>
<head>
<title>CREDIT CARD</title>
<link rel="stylesheet" type="text/css" href="Visa.css">
<link href="https://fonts.googleapis.com/css?family=Dosis|Geo|Kelly+Slab|Unica+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<img src="visa04.png" height="100" width="100">
<div class="chip">
<img src="chip.png" height="60" width="70">
</div>
<div class="number">
<h>7901 8973 6625 7879</h>
<h1>8356</h1>
</div>
<div class="number02">
<h4>good thru</h4>
<t>06/26</t>
</div>
<div class="name">
<h2>Stranger Code</h2>
</div>
<div class="mastercard">
<img src="mastercard.png" height="80" width="80">
</div>
</div>
</body>
</html>