This commit is contained in:
Nicky Case 2018-10-17 16:37:01 -04:00
parent bc4f8d5c1a
commit 94f23f4da6
4 changed files with 2206 additions and 6 deletions

View File

@ -712,7 +712,6 @@ Early feedback helps me a lot. Many thanks in advance!
</audio>
</div>
</span>
<!-- TODO: SOUND WHEN FLIP -->
<span id="flashcard_learndo_front">
<div class="fcard_bg" src="pics/fcards_ch2.png" sx=0 sy=240></div>

2199
full.html Normal file

File diff suppressed because it is too large Load Diff

View File

@ -27,13 +27,15 @@
<br>
<div id="sliders">
<span id="slider_new_label"></span>
<br>
<input id="slider_new" type="range" min=0 max=50 step=1 value=10>
<span id="slider_new_label"></span>
<br>
<span id="slider_wrong_label"></span>
<br>
<input id="slider_wrong" type="range" min=0 max=0.1 step=0.01 value=0.05>
<span id="slider_wrong_label"></span>
</div>
</div>

View File

@ -74,7 +74,7 @@ input[type=range]{
background: #d3d3d3;
outline: none;
margin-top: 20px;
margin-bottom: 30px;
margin-bottom: 20px;
}
input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;