Tizenotodik felkesz
This commit is contained in:
23
2023-24-01-05/Megoldás/style.css
Normal file
23
2023-24-01-05/Megoldás/style.css
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user