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