Update index.php

This commit is contained in:
2025-12-29 21:07:46 +01:00
parent 24c67b45e0
commit f36952a16a

View File

@@ -13,9 +13,9 @@
justify-content: center; /* verticaal midden */ justify-content: center; /* verticaal midden */
min-height: 100vh; /* scherm volledig gebruiken */ min-height: 100vh; /* scherm volledig gebruiken */
margin: 0; margin: 0;
font-family: Çourier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
background-color: rgba(13, 53, 103, 1); background-color: rgba(36, 93, 164, 1);
color: #000000ff, color: #000000;
} }