回答編集履歴
1
説明追記
answer
CHANGED
@@ -7,4 +7,6 @@
|
|
7
7
|
justify-content: flex-end; /*右寄せ*/
|
8
8
|
align-items: center; /*垂直位置 中央*/
|
9
9
|
}
|
10
|
-
```
|
10
|
+
```
|
11
|
+
|
12
|
+
HTMLは変更する必要はないです。
|