Jellyfish042 commited on
Commit
d547094
·
verified ·
1 Parent(s): 7dd61f7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -8
index.html CHANGED
@@ -27,21 +27,21 @@
27
  justify-content: space-around;
28
  }
29
  .slider-container {
30
- margin: 20px 0;
31
  }
32
  label {
33
- font-size: 18px;
34
- margin-bottom: 10px;
35
  display: block;
36
  }
37
  .slider {
38
  width: 100%;
39
  -webkit-appearance: none;
40
- height: 12px;
41
- border-radius: 6px;
42
  background: #333;
43
  outline: none;
44
- margin: 10px 0;
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: 10px;
67
  color: #aaa;
68
- font-size: 14px;
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;