This commit is contained in:
Omar Najjar 2025-03-17 22:40:21 +11:00
parent 033b8d9b33
commit e7a81fbf4a

View file

@ -22,7 +22,7 @@
.notepad {
flex: 1;
width: 100%;
font-size: 24px;
font-size:36px;
padding: 20px;
box-sizing: border-box;
border: none;
@ -168,7 +168,7 @@
<div class="font-size-control">
<label for="font-size">Size:</label>
<button id="decrease-font">A-</button>
<span id="current-size">24px</span>
<span id="current-size">36px</span>
<button id="increase-font">A+</button>
</div>