Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jsikken authored Jun 20, 2024
1 parent 663dc7f commit bbc81f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,19 @@ <h1><a href="https://roads-technology.nl/"><img src="./logo-rt.png" width="100"
<div class="color-section">
<label>Hoofdkleur:<br><input type="text" id="mainColor" class="color-input" placeholder="Kies een kleur!"></label>
<label>Complementaire kleur:<br><input type="text" id="complementaryColor" class="color-input" readonly></label>
<label>Analoge kleuren:<br><input type="text" id="analogColor1" class="color-input" readonly></label>
<input type="text" id="analogColor2" class="color-input" readonly><br>
<label>Analoge kleuren:</label>
<input type="text" id="analogColor1" class="color-input" readonly>
<input type="text" id="analogColor2" class="color-input" readonly>
<input type="text" id="analogColor3" class="color-input" readonly>
<input type="text" id="analogColor4" class="color-input" readonly><br>
<label>Kleurenpalet:<br></label>
<div class="palette">
<div id="mainColorBox" class="color-box"></div>
<div id="complementaryColorBox" class="color-box"></div>
<div id="analogColorBox1" class="color-box"></div>
<div id="analogColorBox2" class="color-box"></div>
<div id="analogColorBox3" class="color-box"></div>
<div id="analogColorBox4" class="color-box"></div>
</div>
<br>
<button id="eyeDropperBtn">Gebruik Pipet</button><br>
Expand Down

0 comments on commit bbc81f0

Please sign in to comment.