lots more tidying
This commit is contained in:
parent
bdf1890ac0
commit
25000efeae
2 changed files with 208 additions and 381 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue