Skip to content

Commit

Permalink
fix radius value
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Nov 27, 2024
1 parent dda74e1 commit 68ebfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 id="headline">Terminal.css</h1>
</tr>
<tr>
<th>Radius</th>
<td><input type="number" id="radius" name="radius" min="0" max="8" value="0" onchange="setVariable('--radius', this.value)"></td>
<td><input type="number" id="radius" name="radius" min="0" max="8" value="0" onchange="setVariable('--radius', this.value + 'px')"></td>
</tr>
<tr>
<th>Type</th>
Expand Down

0 comments on commit 68ebfd8

Please sign in to comment.