Update farbenlehre

This commit is contained in:
2019-05-19 12:04:30 +02:00
parent 83051ba022
commit d6c7ddcb57

View File

@@ -16,7 +16,14 @@
<button id="calcbutton">Berechnen</button>
</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>
let btn = document.getElementById("calcbutton");