質問編集履歴
3
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,16 +37,16 @@
|
|
37
37
|
<div class="head"></div>
|
38
38
|
<p class="read">見出し</p>
|
39
39
|
<div class="inner red">
|
40
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
40
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
41
41
|
</div>
|
42
42
|
<div class="inner red">
|
43
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
43
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
44
44
|
</div>
|
45
45
|
<div class="inner red">
|
46
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
46
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
47
47
|
</div>
|
48
48
|
<div class="inner red">
|
49
|
-
<img src="https://placehold.jp/170x170.png" width="170" height="170"
|
49
|
+
<img src="https://placehold.jp/170x170.png" width="170" height="170" >
|
50
50
|
</div>
|
51
51
|
</div>
|
52
52
|
</div>
|
2
修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
gridを使って
|
1
|
+
簡単そうなレイアウトなのに、gridを使って表示できない。
|
body
CHANGED
File without changes
|
1
意図しない箇所に添付画像の記述
title
CHANGED
File without changes
|
body
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
height: 140px;
|
67
67
|
width: 100vw;
|
68
68
|
position: relative;
|
69
|
-
left: 50%;
|
69
|
+
left: 50%;
|
70
70
|
right: 50%;
|
71
71
|
margin-left: -50vw;
|
72
72
|
margin-right: -50vw;
|