add shadows when winning

This commit is contained in:
2025-01-29 18:29:27 +01:00
parent 29674188f9
commit 18ac780202
2 changed files with 85 additions and 35 deletions

View File

@@ -21,3 +21,9 @@ td {
.player2 {
background-color: yellow;
}
.winning1 {
box-shadow: 5px 5px 5px 5px red;
}
.winning2 {
box-shadow: 5px 5px 5px 5px yellow;
}