回答編集履歴

1

サンプルリンク追加

2021/12/19 08:35

投稿

hatena19
hatena19

スコア34075

test CHANGED
@@ -24,8 +24,14 @@
24
24
 
25
25
  justify-content: space-between;
26
26
 
27
+ flex-wrap: wrap;
28
+
27
29
  list-style: none;
28
30
 
29
31
  }
30
32
 
31
33
  ```
34
+
35
+
36
+
37
+ [CodePenサンプル](https://codepen.io/hatena19/pen/MWEobem)