This commit is contained in:
2019-05-19 12:09:25 +02:00
parent 67b53f0c75
commit 1916326f4e

View File

@@ -2,6 +2,12 @@
<head>
<meta charset="utf-8">
<title>Farbenlehre</title>
<style>
table {
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<label for="rot">Rot: </label>
@@ -16,7 +22,7 @@
<button id="calcbutton">Berechnen</button>
</br>
<table style="text-align: center;" id="farben">
<table id="farben">
<tr>
<td><b>Rot</b></td>
<td><b>Grün</b></td>