diff --git a/code.js b/code.js index e69de29..2232eb5 100644 --- a/code.js +++ b/code.js @@ -0,0 +1,3 @@ +function selectField(field){ + +} \ No newline at end of file diff --git a/index.html b/index.html index 5c343a2..1a15961 100644 --- a/index.html +++ b/index.html @@ -15,84 +15,84 @@ - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + +
diff --git a/style.css b/style.css index ece2a16..d98f9e5 100644 --- a/style.css +++ b/style.css @@ -29,4 +29,22 @@ li a:hover:not(.active) { .active { background-color: #4CAF50; +} +#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; } \ No newline at end of file