You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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;
|
|
} |