version 3, img-buttons added

This commit is contained in:
2026-05-14 17:45:59 +03:00
parent 8e5872e10f
commit 3536ee86de
10 changed files with 66 additions and 36 deletions
+19
View File
@@ -0,0 +1,19 @@
.game-board {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.card-img {
width: 200px;
height: 200px;
overflow: hidden;
}
.card-img img {
width: 100%;
height: 100%;
object-fit: cover;
}