Update
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user