From fae457ec9779510f4abab00fb2f984caae48dc89 Mon Sep 17 00:00:00 2001 From: schrom01 Date: Thu, 10 Nov 2022 12:20:18 +0100 Subject: [PATCH] implemented game board --- code/connect4.html | 96 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 80 insertions(+), 16 deletions(-) diff --git a/code/connect4.html b/code/connect4.html index b631947..71d50cd 100644 --- a/code/connect4.html +++ b/code/connect4.html @@ -20,7 +20,7 @@ border: 1px solid black; width: 12vw; height: 12vw; - display: none; + float: left; } .board .field:first-child { @@ -42,26 +42,90 @@ + + -
+
-
-
-
-
-
-
-
-
-
-
-
-
- -
+ + +