Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
gap: 10px;
|
32 |
}
|
33 |
input[type="range"] {
|
34 |
-
flex:
|
35 |
}
|
36 |
input[type="number"] {
|
37 |
width: 60px;
|
@@ -65,7 +65,7 @@
|
|
65 |
</div>
|
66 |
|
67 |
<div class="control-group">
|
68 |
-
<label for="videoSelect">動画の音量を選択(
|
69 |
<select id="videoSelect">
|
70 |
<option value="v.mp4">通常音量</option>
|
71 |
<option value="v-2.mp4">大音量(50dB大きい)</option>
|
|
|
31 |
gap: 10px;
|
32 |
}
|
33 |
input[type="range"] {
|
34 |
+
flex: none;
|
35 |
}
|
36 |
input[type="number"] {
|
37 |
width: 60px;
|
|
|
65 |
</div>
|
66 |
|
67 |
<div class="control-group">
|
68 |
+
<label for="videoSelect">動画の音量を選択(動画自体の音量を変更します):</label>
|
69 |
<select id="videoSelect">
|
70 |
<option value="v.mp4">通常音量</option>
|
71 |
<option value="v-2.mp4">大音量(50dB大きい)</option>
|