Add footer

This commit is contained in:
elpatron68
2024-05-26 10:51:20 +02:00
parent 4dcd68a433
commit 5bf3cf3efe

View File

@@ -21,7 +21,7 @@
table-layout: fixed; table-layout: fixed;
} }
.table td { .table td {
height: calc(100vh / 5); /* Höhe der Zeilen dynamisch anpassen */ height: calc(100vh / 6); /* Höhe der Zeilen dynamisch anpassen */
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }
@@ -89,6 +89,10 @@
<tr> <tr>
<td colspan="3"><button type="submit" name="wert" value="0" id="reset" class="btn btn-xl btn-dark custom-btn-size">Reset 🐳</button></td> <td colspan="3"><button type="submit" name="wert" value="0" id="reset" class="btn btn-xl btn-dark custom-btn-size">Reset 🐳</button></td>
</tr> </tr>
<tr>
<td colspan="3">Made with ♥️ and zero kowledge in Kiel Strawberry City.<br>
Version: 1.0.1/2024-05-26</td>
</tr>
</tbody> </tbody>
</form> </form>
</table> </table>