-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
64 lines (54 loc) · 869 Bytes
/
index.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
57
58
59
60
61
62
63
64
path {
cursor: pointer;
}
#info {
margin: auto;
text-align: center;
vertical-align: middle;
}
#name {
color: #fd3;
font-size: 3rem;
}
#total {
font-size: 2.5rem;
}
.selected{
stroke: #fd3;
stroke-width: 0.5;
}
body {
color: white;
font-family: 'Microsoft JhengHei';
background: #232526;
background: linear-gradient(to right, #414345, #232526);
}
#header {
margin: auto;
text-align: center;
font-size: 3rem;
font-style: bold;
}
.container {
margin: auto;
display: flex;
justify-content: space-around;
}
#scalediv {
left: 30px;
bottom: 60px;
position: fixed;
margin-top: 100px;
justify-content: center;
display: inline-block;
}
#scalecolor {
margin: 10px;
width: 150px;
height: 20px;
background: linear-gradient(to right, #090, #f00);
}
#scalenum {
display: flex;
justify-content: space-between;
}