-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel_2.css
More file actions
91 lines (81 loc) · 1.43 KB
/
level_2.css
File metadata and controls
91 lines (81 loc) · 1.43 KB
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
p {
font-weight: 800;
font-size: 20px;
}
#block1 {
position: absolute;
top: 200px;
left: 30px;
}
#block2 {
position: absolute;
top: 150px;
left: 30px;
}
body {
background-color: lightgreen;
font-family: 'Courier New', Courier, monospace;
user-select: none;
}
#exit {
position: absolute;
top: 50px;
left: 100px;
padding: 10px 20px;
background-color: darkgreen;
color: white;
font-size: large;
border: none;
cursor: pointer;
}
#title {
color: blue;
font-style: initial;
text-align: center;
font-size: 2em;
}
#ans {
position: absolute;
top: 280px;
left: 30px;
}
#sldr {
position: absolute;
top: 220px;
left: 1160px;
}
#help {
position: absolute;
top: 380px;
left: 20px;
}
#num1 {
border: 2px solid blue;
padding: 20px 20px;
color: blue;
font-size: x-large;
font-weight: bolder;
position: absolute;
top: 450px;
left: 400px;
}
#num2 {
border: 2px solid blue;
padding: 20px 20px;
color: blue;
font-size: x-large;
font-weight: bolder;
position: absolute;
top: 450px;
left: 600px;
}
#num3 {
border: 2px solid blue;
padding: 20px 20px;
color: blue;
font-size: x-large;
font-weight: bolder;
position: absolute;
top: 450px;
left: 800px;
}