Spaces:
Running
Running
Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
@@ -27,21 +27,21 @@
|
|
27 |
justify-content: space-around;
|
28 |
}
|
29 |
.slider-container {
|
30 |
-
margin:
|
31 |
}
|
32 |
label {
|
33 |
-
font-size:
|
34 |
-
margin-bottom:
|
35 |
display: block;
|
36 |
}
|
37 |
.slider {
|
38 |
width: 100%;
|
39 |
-webkit-appearance: none;
|
40 |
-
height:
|
41 |
-
border-radius:
|
42 |
background: #333;
|
43 |
outline: none;
|
44 |
-
margin:
|
45 |
}
|
46 |
.slider::-webkit-slider-thumb {
|
47 |
-webkit-appearance: none;
|
@@ -63,9 +63,9 @@
|
|
63 |
.values {
|
64 |
display: flex;
|
65 |
justify-content: space-between;
|
66 |
-
margin-top:
|
67 |
color: #aaa;
|
68 |
-
font-size:
|
69 |
}
|
70 |
.result {
|
71 |
font-size: 32px;
|
|
|
27 |
justify-content: space-around;
|
28 |
}
|
29 |
.slider-container {
|
30 |
+
margin: 10px 0;
|
31 |
}
|
32 |
label {
|
33 |
+
font-size: 16px;
|
34 |
+
margin-bottom: 5px;
|
35 |
display: block;
|
36 |
}
|
37 |
.slider {
|
38 |
width: 100%;
|
39 |
-webkit-appearance: none;
|
40 |
+
height: 10px;
|
41 |
+
border-radius: 5px;
|
42 |
background: #333;
|
43 |
outline: none;
|
44 |
+
margin: 5px 0;
|
45 |
}
|
46 |
.slider::-webkit-slider-thumb {
|
47 |
-webkit-appearance: none;
|
|
|
63 |
.values {
|
64 |
display: flex;
|
65 |
justify-content: space-between;
|
66 |
+
margin-top: 5px;
|
67 |
color: #aaa;
|
68 |
+
font-size: 12px;
|
69 |
}
|
70 |
.result {
|
71 |
font-size: 32px;
|