-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleadership-hex.css
More file actions
65 lines (54 loc) · 961 Bytes
/
Copy pathleadership-hex.css
File metadata and controls
65 lines (54 loc) · 961 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#main {
background-image: url('hex-bg.png');
width: 800px;
height: 800px;
background-size: 75%;
background-repeat: no-repeat;
margin: 10px auto;
position: relative;
padding: 50px;
background-position: center;
}
.slider {
margin: 8px;
}
.slider-val {
display: block;
text-align: center;
}
.skill-marker {
height: 25px;
width: 25px;
background-color: #00bfff;
border-radius: 50%;
display: inline-block;
position: absolute;
transition: all 1s ease 0s;
}
.skill {
position: absolute;
font-size: 24px;
font-weight: bold;
display: block;
text-transform: capitalize;
}
#skill1-label {
width: 100%;
text-align: center;
}
#skill2-label {
width: 500px;
text-align: left;
}
#skill3-label {
width: 500px;
text-align: left;
}
#skill4-label {
width: 210px;
text-align: right;
}
#skill5-label {
width: 295px;
text-align: right;
}