質問するログイン新規登録

回答編集履歴

1

参考リンク追加

2020/05/14 10:00

投稿

hatena19
hatena19

スコア34367

answer CHANGED
@@ -14,4 +14,6 @@
14
14
  display: flex; /*横並び*/
15
15
  justify-content: center; /*アイテムの中央寄せ*/
16
16
  }
17
- ```
17
+ ```
18
+ 参考リンク
19
+ [Flexbox の基本的な使い方/Web Design Leaves](https://webdesignleaves.com/pr/css/css_basic_10.html)