- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
Latest commit
40 lines (37 loc) · 586 Bytes
/
Copy pathstyle.css
File metadata and controls
40 lines (37 loc) · 586 Bytes
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
* {
margin:0;
padding:0;
box-sizing: border-box;
}
#canvas1 {
border:5px solid black;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#4d79bc;
max-width:100%;
max-height:100%;
font-family:'Bangers', cursive;
/* Подключаем шрифт Bangers*/
}
#description {
text-align: center;
margin-top:20px;
}
#layer1,
#layer2,
#layer3,
#layer4,
#player,
#angler1,
#angler2,
#lucky,
#projectile,
#gears,
#hivewhale,
#drone,
#smokeExplosion,
#fireExplosion {
display: none;
}