回答編集履歴
1
修正
test
CHANGED
@@ -11,8 +11,6 @@
|
|
11
11
|
/* 追加 */
|
12
12
|
|
13
13
|
display: flex;
|
14
|
-
|
15
|
-
align-items: center; /* 縦方向の中央配置 */
|
16
14
|
|
17
15
|
justify-content: flex-end; /* 横方向の末尾 (右) 配置 */
|
18
16
|
|