From a2f988f483d94988b5fa58bb96581d8665de6967 Mon Sep 17 00:00:00 2001 From: Richard Halsall <–richard-glyn.halsall@informatik.hs-fulda.e> Date: Thu, 26 Jan 2023 15:49:31 +0100 Subject: [PATCH] =?UTF-8?q?Spielbrett=20zu=20html=20hinzugef=C3=BCgt=20und?= =?UTF-8?q?=20gestylt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schlangen_und_leitern/board.html | 10 +++++++++- schlangen_und_leitern/css/style.css | 14 +++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/schlangen_und_leitern/board.html b/schlangen_und_leitern/board.html index 73af493..269926d 100644 --- a/schlangen_und_leitern/board.html +++ b/schlangen_und_leitern/board.html @@ -7,16 +7,24 @@ + Document +
+ +
+ + +
+
- +
diff --git a/schlangen_und_leitern/css/style.css b/schlangen_und_leitern/css/style.css index 21fee5c..fe47224 100644 --- a/schlangen_und_leitern/css/style.css +++ b/schlangen_und_leitern/css/style.css @@ -26,4 +26,16 @@ width: auto; width: 100%; font-size: 10px; -} \ No newline at end of file +} + +.table{ + width: 200px; + height: 200px; + outline: 2px solid black; + +} +.th, td{ + width: 80px; + height: 80px; + outline: 2px dashed black; +}