JS-Game/style.css
2020-11-02 10:01:45 +01:00

18 lines
280 B
CSS

#gameTable{
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.game{
border: solid black 0.1em;
border-collapse: collapse;
}
.fields{
width: 3em;
height: 3em;
}
body{
text-align: center;
justify-content: center;
}