回答編集履歴

1

追記

2020/06/30 09:04

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36115

test CHANGED
@@ -1 +1,15 @@
1
1
  [サンプル](https://jsfiddle.net/Lhankor_Mhy/e256moLc/)
2
+
3
+
4
+
5
+ ```css
6
+
7
+ body{
8
+
9
+ display: flex;
10
+
11
+ align-items: center;
12
+
13
+ }
14
+
15
+ ```