mirror of
https://github.com/NohamR/Code-to-PDF.git
synced 2026-05-25 12:17:14 +00:00
Add font size slider
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user