From e46bc26acfcdd2838d1521fbb46f7fdff763c4c5 Mon Sep 17 00:00:00 2001 From: qrhlhplhp <80515002+qrhlhplhp@users.noreply.github.com> Date: Wed, 2 Nov 2022 08:44:30 +0900 Subject: [PATCH] fixed --- ultra-super-stylish-reversi/index.html | 10 ++++++---- ultra-super-stylish-reversi/main.css | 4 +++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ultra-super-stylish-reversi/index.html b/ultra-super-stylish-reversi/index.html index d7d793b..e3f9c70 100644 --- a/ultra-super-stylish-reversi/index.html +++ b/ultra-super-stylish-reversi/index.html @@ -10,11 +10,13 @@

Welcome to Ultra Super Stylish Reversi, USSR!!!

-
+
+
+
-

- - +

+ +
diff --git a/ultra-super-stylish-reversi/main.css b/ultra-super-stylish-reversi/main.css index c73eed0..b144277 100644 --- a/ultra-super-stylish-reversi/main.css +++ b/ultra-super-stylish-reversi/main.css @@ -14,10 +14,12 @@ h1{ #table{ background-color:transparent; margin-left:30vw; + width: 70vmin; + height:70vmin; } #table td{ border: 1px solid white; - width:10vmin; height:10vmin; + /*width:10vmin; height:10vmin;*/ } #flex{ padding-left:1vw;