回答編集履歴

2

誤字の修正

2018/10/28 13:30

投稿

akihiro3
akihiro3

スコア955

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  display: flex; /* flexbox */
46
46
 
47
- justify-content: center; /* 左右中央寄せ */
47
+ justify-content: center; /* 左右中央寄せ */
48
48
 
49
49
  align-items:center; /* 上下中央寄せ*/
50
50
 

1

誤字の修正

2018/10/28 13:30

投稿

akihiro3
akihiro3

スコア955

test CHANGED
@@ -1,4 +1,4 @@
1
- > 引用テキスト「文字をそれぞれ画像の真ん中」
1
+ > 「文字をそれぞれ画像の真ん中」
2
2
 
3
3
  の意味がまだ理解できてないのですが、
4
4
 
@@ -44,9 +44,9 @@
44
44
 
45
45
  display: flex; /* flexbox */
46
46
 
47
- justify-content: center; /* 中央寄せ */
47
+ justify-content: center; /* 左右中央寄せ */
48
48
 
49
- align-items: flex-end; /* 下そろえ*/
49
+ align-items:center; /* 中央寄せ*/
50
50
 
51
51
  }
52
52