質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,25 +76,25 @@
|
|
76
76
|
|
77
77
|
<div class="inner red">
|
78
78
|
|
79
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
79
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
80
80
|
|
81
81
|
</div>
|
82
82
|
|
83
83
|
<div class="inner red">
|
84
84
|
|
85
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
85
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
86
86
|
|
87
87
|
</div>
|
88
88
|
|
89
89
|
<div class="inner red">
|
90
90
|
|
91
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
91
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
92
92
|
|
93
93
|
</div>
|
94
94
|
|
95
95
|
<div class="inner red">
|
96
96
|
|
97
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
97
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
98
98
|
|
99
99
|
</div>
|
100
100
|
|
2
修正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
gridを使って
|
1
|
+
簡単そうなレイアウトなのに、gridを使って表示できない。
|
test
CHANGED
File without changes
|
1
意図しない箇所に添付画像の記述
test
CHANGED
File without changes
|
test
CHANGED
@@ -134,7 +134,7 @@
|
|
134
134
|
|
135
135
|
position: relative;
|
136
136
|
|
137
|
-
left: 50%;
|
137
|
+
left: 50%;
|
138
138
|
|
139
139
|
right: 50%;
|
140
140
|
|