lots more tidying

This commit is contained in:
Christian Lawson-Perfect 2025-05-07 16:46:54 +01:00
parent bdf1890ac0
commit 25000efeae
2 changed files with 208 additions and 381 deletions

View file

@ -32,7 +32,7 @@ textarea {
}
.tile {
color: #ccc;
color: #eee;
}
.tile.highlight {
@ -60,10 +60,6 @@ textarea {
<section id="controls">
<fieldset>
<legend>Viewbox</legend>
<label for="ox">ox</label>
<input type="number" min="-500" max="500" value="0" id="ox">
<label for="oy">oy</label>
<input type="number" min="-500" max="500" value="0" id="oy">
<label for="scale">scale</label>
<input type="range" min="1" max="100" value="19" id="scale">
<label for="num_iterations">Number of iterations</label>