質問編集履歴
2
tableタグの使用から、flexの使用への変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,6 +14,10 @@
|
|
14
14
|
|
15
15
|
![イメージ説明](9ae936b48372336d05c2e5b0039e4c1b.png)
|
16
16
|
|
17
|
+
↓ 調整後
|
18
|
+
|
19
|
+
![イメージ説明](5280c854452a0bc9121d7a4fe12088ae.png)
|
20
|
+
|
17
21
|
|
18
22
|
|
19
23
|
|
@@ -88,6 +92,170 @@
|
|
88
92
|
|
89
93
|
|
90
94
|
|
95
|
+
HTML 変更後↓
|
96
|
+
|
97
|
+
|
98
|
+
|
99
|
+
<div class="profile">
|
100
|
+
|
101
|
+
<div class="world">
|
102
|
+
|
103
|
+
<img src="https://s3-ap-northeast-1.amazonaws.com/paspol-images/wp-content/uploads/2021/01/wh_thumb2.png">
|
104
|
+
|
105
|
+
<p>地球一周 365日 <br>
|
106
|
+
|
107
|
+
世界遺産絶景の旅</p>
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
</div>
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<div class="kyoto">
|
116
|
+
|
117
|
+
<img src="https://s3-ap-northeast-1.amazonaws.com/paspol-images/wp-content/uploads/2020/12/kyoto365_thumnail-1.png">
|
118
|
+
|
119
|
+
<p> 365日 京都 絶景の旅</p>
|
120
|
+
|
121
|
+
</div>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<div class="Hokkaido">
|
126
|
+
|
127
|
+
<img src="https://s3-ap-northeast-1.amazonaws.com/paspol-images/wp-content/uploads/2020/09/banner_thumb1.png">
|
128
|
+
|
129
|
+
<p>365日 北海道 絶景<br>
|
130
|
+
|
131
|
+
日めくりカレンダー</p>
|
132
|
+
|
133
|
+
</div>
|
134
|
+
|
135
|
+
</div>
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
css 変更後
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
.profile {
|
144
|
+
|
145
|
+
width: 100%;
|
146
|
+
|
147
|
+
display: flex;
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
}
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
.world img {
|
156
|
+
|
157
|
+
width: 240px;
|
158
|
+
|
159
|
+
margin-left: 360px;
|
160
|
+
|
161
|
+
margin-right: 30px;
|
162
|
+
|
163
|
+
}
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
.world p {
|
168
|
+
|
169
|
+
font-family:"Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3"
|
170
|
+
|
171
|
+
, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; ;
|
172
|
+
|
173
|
+
font-style: normal;
|
174
|
+
|
175
|
+
color: #13191b;
|
176
|
+
|
177
|
+
font-size: 20px;
|
178
|
+
|
179
|
+
font-weight: 700;
|
180
|
+
|
181
|
+
line-height: 34px;
|
182
|
+
|
183
|
+
margin-left: 360px;
|
184
|
+
|
185
|
+
margin-right: 30px;
|
186
|
+
|
187
|
+
text-align: center;
|
188
|
+
|
189
|
+
}
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
.kyoto img {
|
194
|
+
|
195
|
+
width: 240px;
|
196
|
+
|
197
|
+
}
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
.kyoto p {
|
202
|
+
|
203
|
+
font-family:"Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3"
|
204
|
+
|
205
|
+
, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; ;
|
206
|
+
|
207
|
+
font-style: normal;
|
208
|
+
|
209
|
+
color: #13191b;
|
210
|
+
|
211
|
+
font-size: 20px;
|
212
|
+
|
213
|
+
font-weight: 700;
|
214
|
+
|
215
|
+
line-height: 34px;
|
216
|
+
|
217
|
+
text-align: center;
|
218
|
+
|
219
|
+
}
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
.Hokkaido img {
|
224
|
+
|
225
|
+
width: 240px;
|
226
|
+
|
227
|
+
margin-left: 30px;
|
228
|
+
|
229
|
+
}
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
.Hokkaido p {
|
234
|
+
|
235
|
+
font-family:"Helvetica Neue", Helvetica, Arial, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3"
|
236
|
+
|
237
|
+
, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; ;
|
238
|
+
|
239
|
+
font-style: normal;
|
240
|
+
|
241
|
+
color: #13191b;
|
242
|
+
|
243
|
+
font-size: 20px;
|
244
|
+
|
245
|
+
font-weight: 700;
|
246
|
+
|
247
|
+
line-height: 34px;
|
248
|
+
|
249
|
+
text-align: center;
|
250
|
+
|
251
|
+
}
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
|
91
259
|
|
92
260
|
|
93
261
|
|
@@ -96,7 +264,9 @@
|
|
96
264
|
|
97
265
|
|
98
266
|
|
99
|
-
|
267
|
+
画像と文字をdivでくくって、display: flex;
|
268
|
+
|
269
|
+
を使用し、そこから微調整。
|
100
270
|
|
101
271
|
|
102
272
|
|
1
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
現在Pas-Polというサイトの模写をやっています。https://pas-pol.jp/ tableを使って三枚の画像を並べ
|
5
|
+
現在Pas-Polというサイトの模写をやっています。https://pas-pol.jp/ tableを使って三枚の画像を並べました。そうすると画像と画像の間に空白が開きすぎてしまいました。 https://pas-pol.jp/ これをこのサイトの3section目の三枚の画像のような間隔にするにはどうすればいいのでしょうか?marginで調節しようとしましたが自力ではうまくいきませんでした。また二段目の写真の調節もうまくいきません。
|
6
6
|
|
7
7
|
|
8
8
|
|