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

View File

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