From 9e8ad0f17e7b62886e09b58ed89245b8df46d6dc Mon Sep 17 00:00:00 2001 From: ElGurkus Date: Mon, 2 Nov 2020 10:01:45 +0100 Subject: [PATCH] changed style -> basic table design --- style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/style.css b/style.css index e69de29..f7f198c 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,18 @@ +#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