-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (49 loc) · 835 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (49 loc) · 835 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
html {
height: 100%;
width: 100%;
background-image: url('https://img1.akspic.ru/crops/2/9/6/4/1/114692/114692-ogon-plamya-teplo-ad-apelsin-1920x1080.jpg');
}
#button {
display: block;
margin: 0 auto;
width: 200px;
}
h1 {
color: #ffd500;
font-size: 70px;
text-align: center;
}
#txt {
position: relative;
color: #ffd500;
font-size: 25px;
}
#txt1 {
color: #2bff00;
font-size: 25px;
}
#score {
color: #000000;
font-size: 25px;
font-weight: 5px;
}
#ButtonUpgrader {
width: 50px;
}
#count {
position: absolute;
margin: 0 auto;
border: 5px dotted#ffd500;
padding: 10px;
width: 200px;
background-color: rgb(0, 0, 0, 0.3);
}
#eco {
position: absolute;
margin: 0 auto;
top: 250px;
border: 5px dotted#28f000;
padding: 10px;
width: 350px;
background-color: rgb(0, 0, 0, 0.3);
}