forked from austintgriffith/paper-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.html
55 lines (48 loc) · 2.01 KB
/
template.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
<html>
<head>
<style>
.flipit {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.glow {
color: #fff;
text-align: center;
text-shadow: 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ffffff, 0 0 70px #ffffff, 0 0 80px #ffffff;
}
</style>
<link href="https://fonts.googleapis.com/css?family=Limelight" rel="stylesheet">
</head>
<body style="font-family: 'Limelight', cursive;">
<div class="flipit" style="text-align:center;z-index:1;position:absolute;left: 21px;top: 200px;width:250px;height:150px;font-size: 21px;letter-spacing: -1;">
<div class="glow" style="color:#000000" >
CYPHERPUNK
SPEAKEASY
</div>
<div class="glow" style="font-family:sans-serif;font-weight:bolder;margin-top:240px;font-size:12px;color:#000000" >
**PUBLIC**
</div>
<div style="position:absolute;left:52px;top:85px;width:94px;height:100px;font-size:50px;text-align:center" >
BURN
</div>
<div style="position:absolute;left:80px;top:136px;width:94px;height:100px;font-size:50px;text-align:center" >
&
</div>
<div style="position:absolute;left:35px;top:188px;width:94px;height:100px;font-size:50px;text-align:center" >
MERGE
</div>
</div>
<div class="glow" style="z-index:1;position:absolute;left: 420px;top: 558px;color:#000000;width:150px;height:150px;font-size: 22px;letter-spacing: -1;">
PRIVATE KEY
</div>
<img class="flipit" style="position:absolute;left:0px;top:0px;max-width:600px" src="cspaperwallet_faded.jpg" />
<div style="position:absolute;left:395px;top:608px;background-color:#FFFFFF;width:150px;height:150px;" >
<img src="private.svg"
style="position:absolute;left:0px;top:0px;width:150;height:150px"
/>
</div>
</body>
</html>