-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
executable file
·56 lines (48 loc) · 873 Bytes
/
style.css
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
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
* {
margin: 0;
padding: 0;
}
.paragraphOfWitch {
position: absolute;
color: #000;
transform: translate(-50%, -50%);
display: none;
font-family: "Pixelify Sans";
z-index: 10;
font-weight: bold;
}
img {
position: absolute;
width: 36px;
height: 36px;
left: 150%;
top: 70%;
transform: translate(-50%, -50%);
}
.paragraphOfWitch2 {
position: absolute;
color: #000;
transform: translate(-50%, -50%);
display: none;
font-family: "Pixelify Sans";
font-weight: bold;
z-index: 10;
}
.coinsOfPlayer {
color: #fff;
position: absolute;
font-family: "Pixelify Sans";
}
.corner {
position: absolute;
width: 40px;
}
.box {
position: absolute;
box-shadow: 10px 10px 4px #303131;
}
canvas {
width: 1000px;
height: 1000px;
}