This repository was archived by the owner on Dec 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-26
lines changed Expand file tree Collapse file tree 2 files changed +24
-26
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ meter {
12
12
height : 25px ;
13
13
}
14
14
15
- .meter ::-webkit-meter-bar ,.MultiColor ::-webkit-meter-bar {
15
+ .meter ::-webkit-meter-bar , .MultiColor ::-webkit-meter-bar {
16
16
box-shadow : inset 0px 0px 7px -2px rgba (0 ,0 ,0 ,0.35 );
17
- background :#f1f1f1 ;
17
+ background : #f1f1f1 ;
18
18
}
19
19
20
20
.meter ::-webkit-meter-optimum-value {
@@ -24,27 +24,26 @@ meter {
24
24
25
25
.MultiColor ::-webkit-meter-optimum-value {
26
26
background-image : linear-gradient (
27
- 90deg ,
28
- #3ee3ef 10% ,
29
- #3ad5e0 10% ,
30
- #3ad5e0 20% ,
31
- #34cdd8 20% ,
32
- #34cdd8 30% ,
33
- #36c6d1 30% ,
34
- #36c6d1 40% ,
35
- #30bfc9 40% ,
36
- #30bfc9 50% ,
37
- #2ebac1 50% ,
38
- #2ebac1 60% ,
39
- #2fb8bf 60% ,
40
- #2fb8bf 70% ,
41
- #2eb3ba 70% ,
42
- #2eb3ba 80% ,
43
- #30abb2 80% ,
44
- #30abb2 90% ,
45
- #2ea7ad 90% ,
46
- #2ea7ad 100%
47
- );
48
-
27
+ 90deg ,
28
+ #3ee3ef 10% ,
29
+ #3ad5e0 10% ,
30
+ #3ad5e0 20% ,
31
+ #34cdd8 20% ,
32
+ #34cdd8 30% ,
33
+ #36c6d1 30% ,
34
+ #36c6d1 40% ,
35
+ #30bfc9 40% ,
36
+ #30bfc9 50% ,
37
+ #2ebac1 50% ,
38
+ #2ebac1 60% ,
39
+ #2fb8bf 60% ,
40
+ #2fb8bf 70% ,
41
+ #2eb3ba 70% ,
42
+ #2eb3ba 80% ,
43
+ #30abb2 80% ,
44
+ #30abb2 90% ,
45
+ #2ea7ad 90% ,
46
+ #2ea7ad 100%
47
+ );
49
48
background-size : 100% 100% ;
50
49
}
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < title > </ title >
5
+ < title > Meter Styling</ title >
7
6
< link rel ="stylesheet " href ="_typography.css ">
8
7
</ head >
9
8
< body >
You can’t perform that action at this time.
0 commit comments