This commit is contained in:
estellon 2024-07-30 19:18:04 +02:00
parent 3564ef6ee2
commit f31331d344

View File

@ -39,6 +39,12 @@ button {
letter-spacing: 2px;
}
button:hover {
background-color: #000033;
color: #00ffff;
box-shadow: 0 0 20px #00ffff;
}
#game1 {
width: 810px;
height: 500px;