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; +}