質問編集履歴
2
CSSの方追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,7 +37,8 @@
|
|
37
37
|
|
38
38
|
```
|
39
39
|
コード
|
40
|
+
```
|
40
|
-
|
41
|
+
.Service-box li {
|
41
42
|
display: flex;
|
42
43
|
}
|
43
44
|
.Service-box li:nth-child(even) {
|
1
現在の画像を追加しました。よろしくお願いいたします。
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
<試したこと>
|
8
8
|
・flex-direction: column;の適用
|
9
9
|
・display: block;を適用してflexを解除しようとした
|
10
|
+
|
11
|
+

|
10
12
|
|
11
13
|
|
12
14
|
```HTML
|