diff --git a/pages/index.html b/pages/index.html index bac8b8b..5e2d0e8 100644 --- a/pages/index.html +++ b/pages/index.html @@ -105,7 +105,7 @@

Access

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

カフェ外観

@@ -126,5 +126,8 @@

Contact

+ diff --git a/pages/style.css b/pages/style.css index 36b2b44..6960306 100644 --- a/pages/style.css +++ b/pages/style.css @@ -14,3 +14,12 @@ #top-page-img { width: 100%; } + +footer { + align-items: center; + display: flex; + justify-content: center; + background-color: #333333; + color: white; + height: 150px; +} \ No newline at end of file