From 6e90eef23f4a0ada244278a649e15834c65ac6a4 Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 4 Aug 2021 08:58:43 +0900 Subject: [PATCH] =?utf8?q?[update]=20:=20=E8=A8=AD=E5=AE=9A=E3=81=AEUI?= =?utf8?q?=E3=82=92=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sanmoku/index.html | 19 +++++++++++++++++++ sanmoku/style/common.css | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/sanmoku/index.html b/sanmoku/index.html index 3804e9a..5e155f4 100644 --- a/sanmoku/index.html +++ b/sanmoku/index.html @@ -33,6 +33,25 @@

+ + +

設定

+
+ + + + + + + + + + + + + +
縦方向のマス目の数
横方向のマス目の数
プレーヤーの人数
+
diff --git a/sanmoku/style/common.css b/sanmoku/style/common.css index 3932954..922e91b 100644 --- a/sanmoku/style/common.css +++ b/sanmoku/style/common.css @@ -11,12 +11,12 @@ html{ /* ゲーム本体の見た目 */ -tr{ +#maintable tr{ width: 50%; /*ゲーム本体の横幅を画面の半分に設定*/ } /* ボックス1つ1つの見た目 */ -td{ +#maintable td{ background-color: blue; /* 背景の色を青に設定 */ margin: 50px; /* ボックス同士の空白を画面のドット50個分に設定 */ -- 2.11.0