-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (100 loc) · 6.51 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
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
<!DOCTYPE html>
<html lang="it">
<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>Finger Pay</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu+Mono:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
</head>
<style>
body {
background-image: linear-gradient(#2e0da7, #4084f9, #9c86f3, #70f7fe, #8939c3);
background-repeat: no-repeat;
background-size: cover;
height: 100%;
font-family: 'Poppins', sans-serif;
overflow: hidden;
}
html, body {
height: 100%;
}
#card {
text-align: center;
height: 170px;
background-color: white;
margin: 20px 10% 0;
border-radius: 8px;
}
#card-banner {
top: 10px;
position: relative;
width: 100%;
background: #8a8a8a;
height: 40px;
text-align: left;
}
#card-banner img {
padding-left: 10px;
}
#card-banner span i {
color: white;
font-size: 5px;
}
#card-banner span {
color: white;
font-size: 15px;
}
</style>
<body>
<header style="padding: 15px; background: white; border-radius: 25px;">
<img src="https://img.icons8.com/android/24/000000/menu.png" height="80%"/>
<img src="./logo.png" alt="" width="200px" style="margin-left: 15%; position: relative; top: 5px;">
</header>
<div>
<div id="card">
<div id="card-banner">
<img src="./unicredit-logo.png" alt="" height="35px" style="position: relative; top: 3px;">
<span style="margin-left: 45%; position: relative; bottom: 12px;">
<i class="fas fa-circle"></i>
<i class="fas fa-circle"></i>
<i class="fas fa-circle"></i>
<i class="fas fa-circle"></i>
<span style="font-size: 11px; color: white; top: 2px; position: relative;">1234</span>
</span>
<img src="./Mastercard-logo.png" height="20px" style="position: relative; left: 85%; bottom: -90px;">
</div>
<a href="https://icons8.com/icon/3761/menu" style="display: none;">Menu icon by Icons8</a>
</div>
<div style="height: 75px; background: white; border-radius: 15px; width: 280px; margin-top: 20px; margin-left: 15%;">
<div style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 18px;">Saldo</div>
<div style="margin-left: 10px; top: 15px; position: relative; font-size: 18px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic;">1.234,56 <small>EUR</small></div>
</div>
<div style="height: 342px; background: white; border-radius: 15px; width: 90%; margin-top: 20px; margin-left: 20px;">
<div><small style="margin-left: 10px; top: 10px; position: relative; color: rgb(172, 172, 172);">3 Aprile 2021</small></div>
<span style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 16px; width: 60%;">Pagamento effettuato</span>
<span style="left: 16%; margin-left: 10px; top: 10px; position: relative; font-size: 16px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic; width: 40%;">-56.49 <small>EUR</small></span>
<hr style="top: 10px; position: relative; height:1px;color:rgb(172, 172, 172);background-color:rgb(172, 172, 172);border-width:0;">
<div><small style="margin-left: 10px; top: 10px; position: relative; color: rgb(172, 172, 172);">1 Aprile 2021</small></div>
<span style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 16px; width: 60%;">Pagamento effettuato</span>
<span style="left: 16%; margin-left: 10px; top: 10px; position: relative; font-size: 16px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic; width: 40%;">-10.99 <small>EUR</small></span>
<hr style="top: 10px; position: relative; height:1px;color:rgb(172, 172, 172);background-color:rgb(172, 172, 172);border-width:0;">
<div><small style="margin-left: 10px; top: 10px; position: relative; color: rgb(172, 172, 172);">31 Marzo 2021</small></div>
<span style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 16px; width: 60%;">Denaro ricevuto</span>
<span style="left: 31%; margin-left: 10px; top: 10px; position: relative; font-size: 16px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic; width: 40%;">+12.33 <small>EUR</small></span>
<hr style="top: 10px; position: relative; height:1px;color:rgb(172, 172, 172);background-color:rgb(172, 172, 172);border-width:0;">
<span style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 16px; width: 60%;">Pagamento effettuato</span>
<span style="left: 19%; margin-left: 10px; top: 10px; position: relative; font-size: 16px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic; width: 40%;">-9.80 <small>EUR</small></span>
<hr style="top: 10px; position: relative; height:1px;color:rgb(172, 172, 172);background-color:rgb(172, 172, 172);border-width:0;">
<div><small style="margin-left: 10px; top: 10px; position: relative; color: rgb(172, 172, 172);">28 Marzo 2021</small></div>
<span style="margin-left: 10px; top: 10px; position: relative; font-weight: 600; font-size: 16px; width: 60%;">Pagamento effettuato</span>
<span style="left: 19%; margin-left: 10px; top: 10px; position: relative; font-size: 16px; font-family: 'Ubuntu Mono', monospace; font-weight: 400; font-style: italic; width: 40%;">-5.10 <small>EUR</small></span>
<hr style="top: 10px; position: relative; height:1px;color:rgb(172, 172, 172);background-color:rgb(172, 172, 172);border-width:0;">
<a href="#" style="left: 40%; position: relative; top: 5px; text-decoration: none; color: #4221b5;">Vedi tutti</a>
</div>
</body>
</html>