質問編集履歴

1

カテゴリーのボタンのコードを追記しました

2020/11/19 07:11

投稿

kawausomaru
kawausomaru

スコア29

test CHANGED
File without changes
test CHANGED
@@ -175,3 +175,43 @@
175
175
 
176
176
 
177
177
  ![イメージ説明](ed2597507770ecd9cab27b53e8294429.png)
178
+
179
+
180
+
181
+ カテゴリーのボタンのコード
182
+
183
+ ``` <!--category-->
184
+
185
+ <section class="page-category">
186
+
187
+ <div class="page-category_inner">
188
+
189
+ <h3 class="c-page_subtitle">製品カテゴリー</h3>
190
+
191
+ <div class="page-category_flex">
192
+
193
+ <a href="/wism" class="page-category_flex_button">全て</a>
194
+
195
+ <a href="/wism/surgery/" class="page-category_flex_button">手術・中材</a>
196
+
197
+ <a href="/wism/control/" class="page-category_flex_button">感染対策</a>
198
+
199
+ <a href="/wism/medical-examination/" class="page-category_flex_button">診察・処置</a>
200
+
201
+ <a href="/wism/inspection/" class="page-category_flex_button">検査</a>
202
+
203
+ <a href="/wism/nurse/" class="page-category_flex_button">看護・介護</a>
204
+
205
+ <a href="/wism/other/" class="page-category_flex_button">その他</a>
206
+
207
+ </div>
208
+
209
+ </div>
210
+
211
+ </section>
212
+
213
+ <!--end category-->
214
+
215
+ ```
216
+
217
+ urlの所は書いてみたのですおそらく間違っているのかなと思います