Update farbenlehre
This commit is contained in:
@@ -16,7 +16,14 @@
|
|||||||
<button id="calcbutton">Berechnen</button>
|
<button id="calcbutton">Berechnen</button>
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
<table id="farben"></table>
|
<table style="align: centering;" id="farben">
|
||||||
|
<tr>
|
||||||
|
<td><b>Rot</b></td>
|
||||||
|
<td><b>Grün</b></td>
|
||||||
|
<td><b>Blau</b></td>
|
||||||
|
<td><b>Farbwert</b></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let btn = document.getElementById("calcbutton");
|
let btn = document.getElementById("calcbutton");
|
||||||
|
Reference in New Issue
Block a user