-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (41 loc) · 678 Bytes
/
index.css
File metadata and controls
47 lines (41 loc) · 678 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
body {
position: relative;
margin: -5px 5px 5px;
background: #000a;
width: 640px;
height: 50px;
overflow: hidden;
color: white;
font-size: 25px;
font-family: Consolas, monospace;
}
#ppText {
font-size: 50px;
}
#urText {
display: flex;
position: absolute;
top: 10px;
left: 320px;
flex-direction: column;
text-align: center;
}
#hits {
display: flex;
position: absolute;
right: 0;
top: 10px;
justify-content: space-around;
width: 260px;
text-align: center;
}
#stats>div,
#hits>div {
width: 55px;
}
.small {
font-size: 12px;
}
.odometer-formatting-mark {
display: none;
}