diff --git a/pages/index.html b/pages/index.html index bac8b8b..e7b6a3f 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,130 +1,133 @@ - + Cafe Railway - - -
-

Cafe Railway

- +
+
+

- Cafe Railway + Cafe Railway

-
- + -
+
+

Access

〇〇駅から徒歩10分

- - - - - - - - - -
住所xxx県xxx市〇〇
営業時間7:00~22:00
-

カフェ外観

+ + + + + + + + + +
住所xxx県xxx市〇〇
営業時間7:00~22:00
+

カフェ外観

-
-
+
+

Contact

- -
- -
- + +
+ +
+
-
-
- + + + + diff --git a/pages/style.css b/pages/style.css index 36b2b44..dde7d7c 100644 --- a/pages/style.css +++ b/pages/style.css @@ -14,3 +14,59 @@ #top-page-img { width: 100%; } +footer { + align-items: center; + display: flex; + justify-content: center; + background-color: #333333; + color: white; + height: 150px; +} + +#menu { + width: 90vw; + margin: 0 5vw; +} + +#menu > h2 { + text-align: center; + padding-top: 150px; + margin-bottom: 50px; +} + +#drink { + width: 100%; + margin-bottom: 150px; +} + +.item-list { + display: flex; + width: 100%; +} + +.item-price { + text-align: right; +} + +#drink > h3 { + width: 50vw; + margin-bottom: 25px; + text-align: center; +} + +#drink-list > table { + width: 35%; + margin-right: 5%; + margin-left: 10%; +} + +#drink-image { + height: 45vh; + width: 50%; + text-align: center; +} + +#drink-image > img { + height: 100%; + border-radius: 50%; +}