質問編集履歴

1

失礼いたしました。修正いたしました。

2021/02/23 11:59

投稿

oteyawarakani22
oteyawarakani22

スコア3

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ### 前提・実現したいこと
1
+ ```### 前提・実現したいこと
2
2
 
3
3
 
4
4
 
@@ -28,65 +28,55 @@
28
28
 
29
29
  ### 該当のソースコード
30
30
 
31
+ ```<section class="About2">
32
+
33
+ <div class="wrapper grid">
34
+
35
+ <div class="item">
36
+
37
+ <img src="images/about/company.png">
38
+
39
+ <p><a href="company.html">
40
+
41
+ <img src="images/about/btn.png"></a>
42
+
43
+ </p>
44
+
45
+      </div>
46
+
47
+      <div class="item">
48
+
49
+ <img src="images/about/business.png">
50
+
51
+ <p><a href="company.html">
52
+
53
+ <img src="images/about/btn.png"></a>
54
+
55
+ </p>
56
+
57
+ </div>
58
+
59
+ <div class="item">
60
+
61
+ <img src="images/about/recruit.png">
62
+
63
+ <p><a href="company.html">
64
+
65
+ <img src="images/about/btn.png"></a>
66
+
67
+ </p>
68
+
69
+ </div>
70
+
71
+ </div>
72
+
73
+ </section>
31
74
 
32
75
 
33
- ```ここに言語名を入力
34
-
35
- ソースコード
36
76
 
37
77
  ```
38
78
 
39
- HTML
40
-
41
- <section class="About2">
42
-
43
- <div class="wrapper grid">
44
-
45
- <div class="item">
46
-
47
- <img src="images/about/company.png">
48
-
49
- <p><a href="company.html">
50
-
51
- <img src="images/about/btn.png"></a>
52
-
53
- </p>
54
-
55
- </div>
56
-
57
- <div class="item">
58
-
59
- <img src="images/about/business.png">
60
-
61
- <p><a href="company.html">
62
-
63
- <img src="images/about/btn.png"></a>
64
-
65
- </p>
66
-
67
- </div>
68
-
69
- <div class="item">
70
-
71
- <img src="images/about/recruit.png">
72
-
73
- <p><a href="company.html">
74
-
75
- <img src="images/about/btn.png"></a>
76
-
77
- </p>
78
-
79
- </div>
80
-
81
- </div>
82
-
83
- </section>
84
-
85
-
86
-
87
- CSS
88
-
89
- .About2 {
79
+ ```.About2 {
90
80
 
91
81
  max-width: 1920px;
92
82
 
@@ -114,6 +104,10 @@
114
104
 
115
105
 
116
106
 
107
+ ```
108
+
109
+ ![イメージ説明](c3b340483a874b721373e35e3b2579e3.png)
110
+
117
111
 
118
112
 
119
113