font size input type number

This commit is contained in:
Miodec 2022-09-01 14:22:50 +02:00
parent a9f33c7888
commit 30b76cb75b

View file

@ -1443,7 +1443,12 @@
<h1>font size</h1>
<div class="text">Change the font size of the test words.</div>
<div class="inputAndButton">
<input type="text" placeholder="font size" class="input" tabindex="0" />
<input
type="number"
placeholder="font size"
class="input"
tabindex="0"
/>
<div class="button save" tabindex="0" onclick="this.blur();">
<i class="fas fa-save fa-fw"></i>
</div>