-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (61 loc) · 1.02 KB
/
style.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.grow:hover {
-webkit-transform:scale(1.3);
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
transform:scale(1.3);
}
.container {
width: 100%;
display:flex;
justify-content: center;
align-items: center;
}
.hand {
height: 500px;
width: 300px;
margin-top: 50px;
}
h1{
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 45px;
margin-top: 35px;
}
h3 {
text-align: center;
font-family: 'Roboto', sans-serif;
}
/* Hand 1 */
.cls-1-1{
fill:#19C2ED; }
.cls-1-1:hover {
fill: tomato !important;
}
/* Hand 2 */
.cls-1-2{
fill:hotpink; }
.cls-1-2:hover {
fill: yellow !important;
}
/* Hand 3 */
.cls-1-3{
fill:#ED9C17; }
.cls-1-3:hover {
fill: #1765ED !important;
}
/* Hand 4 */
.cls-1-4{
fill:#B4E40B ; }
.cls-1-4:hover {
fill: #E40B53!important;
}
/* Hand 5 */
.cls-1-5{
fill:#950BE4 ; }
.cls-1-5:hover {
fill: #0BC2E4!important;
}
.cls-3:hover {
fill: yellow !important;
}