0
Why doesn't fiels fit in "playground"?
2 Answers
+ 1
Because you set fixed width to chess table, but content/fields are bigger. You can remove width and height of table (than size of table will be enought to fit all content)
0
}
#wrapper{
align-items: center;
justify-content: center;
margin-left: 50px;
margin-top: 100px;
}
#tabela{
width: 320px;
height: 320px;
border: 5px solid black;
You can change these two selectors declaration to what i have written here ..it should give you your desired result.