From 7e32d0a5210d66f6ffd15010090e8778290b3bd3 Mon Sep 17 00:00:00 2001 From: tetra nyusankin Date: Tue, 18 Nov 2025 13:58:36 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=E5=96=B6=E6=A5=AD=E6=97=A5=E6=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.html b/pages/index.html index bac8b8b..fdc75a0 100644 --- a/pages/index.html +++ b/pages/index.html @@ -105,7 +105,7 @@

Access

営業時間 - 7:00~22:00 + 7:00~22:00(土日祝は20:00まで)

カフェ外観

From 383bae448b64bf63dfd9d989a54e34bfeb8e1f41 Mon Sep 17 00:00:00 2001 From: tetra nyusankin Date: Tue, 18 Nov 2025 14:38:09 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=E5=96=B6=E6=A5=AD=E6=97=A5=E6=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.html b/pages/index.html index fdc75a0..5822b4c 100644 --- a/pages/index.html +++ b/pages/index.html @@ -105,7 +105,7 @@

Access

営業時間 - 7:00~22:00(土日祝は20:00まで) + 7:00~22:00(土日祝は20:00まで)

カフェ外観

From 7fcd75efdebc02a4c7e39fb0cb2c0e71064d2580 Mon Sep 17 00:00:00 2001 From: tetra nyusankin Date: Thu, 27 Nov 2025 13:31:51 +0900 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E3=81=8A=E5=95=8F=E3=81=84?= =?UTF-8?q?=E5=90=88=E3=82=8F=E3=81=9B=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=82=92=E5=AE=9F=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.html | 3 +++ pages/style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/pages/index.html b/pages/index.html index 5822b4c..900bf1c 100644 --- a/pages/index.html +++ b/pages/index.html @@ -126,5 +126,8 @@

Contact

+ diff --git a/pages/style.css b/pages/style.css index 36b2b44..e6f193c 100644 --- a/pages/style.css +++ b/pages/style.css @@ -14,3 +14,45 @@ #top-page-img { width: 100%; } + +footer { + align-items: center; + display: flex; + justify-content: center; + background-color: #333333; + color: white; + height: 150px; +} +#contact { + width: 50%; + margin: 0 auto 50px auto; +} + +#contact > h2 { + text-align: center; + padding-top: 150px; + margin-bottom: 50px; +} + +#email { + width: 100%; + margin-bottom: 50px; + font-size: large; +} + +#contact-detail { + width: 100%; + height: 50vh; + margin-bottom: 50px; + font-size: large; +} + +#contact-form > button { + width: 100%; + height: 50px; + border-radius: 50px; + border: none; + color: white; + background: linear-gradient(to bottom right, #493a40, #2c424d); +} + \ No newline at end of file