Tizenotodik felkesz

This commit is contained in:
2024-12-12 19:48:32 +01:00
parent 3c072aa251
commit 79e178286b
10 changed files with 388 additions and 0 deletions

View File

@ -0,0 +1,23 @@
.chessboard{
display: grid;
}
.chessboard *{
height: 30px;
text-align: center;
}
.l, .d, .h, .empty{
width: 30px;
float: left;
}
.d{
background-color: #f59b42;
}
.l{
background-color: #fadbbb;
}
img{
width: 25px;
}