website
This commit is contained in:
parent
c52077dd77
commit
feb0ea1eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -126,9 +126,9 @@ html { font-family: 'Inter UI', sans-serif; }
|
|||
|
||||
<div class="ctrl">
|
||||
<div class="ctrlrow">
|
||||
<label title="Weight in the range of 400 to 900">
|
||||
<label title="Weight in the range of 100 to 900">
|
||||
<span class="label var">Weight:</span>
|
||||
<input type="range" value="400" min="400" max="900" name="weight">
|
||||
<input type="range" value="400" min="100" max="900" name="weight">
|
||||
</label>
|
||||
<label title="Slant angle in the range of 0° to 10°">
|
||||
<span class="label var">Slant:</span>
|
||||
|
|
|
|||
Reference in a new issue