Update home page

This commit is contained in:
jheaps
2025-03-27 15:03:21 -06:00
parent 0bb3840aa7
commit 79a37c911d
8 changed files with 93 additions and 22 deletions
+4
View File
@@ -37,4 +37,8 @@
border: 4px dashed red;
box-sizing: border-box;
cursor: pointer;
}
#chessBoard.flipped {
transform: rotate(180deg);
}