Add font size slider

This commit is contained in:
√(noham)²
2025-06-15 20:09:10 +02:00
parent c01c01d4e1
commit e88417b995
3 changed files with 17 additions and 14 deletions

View File

@@ -73,6 +73,11 @@
</select>
<button id="print">Print</button>
</div>
<div>
<label for="font-size-slider">Font Size:</label>
<input type="range" id="font-size-slider" min="8" max="32" value="14">
<span id="font-size-value">14px</span>
</div>
<textarea spellcheck="false" placeholder="Enter code ..."></textarea>
</div>
<div id="print-area">