質問編集履歴

2

ソースを表示

2021/10/10 03:38

投稿

yayaya22
yayaya22

スコア51

test CHANGED
File without changes
test CHANGED
@@ -173,3 +173,183 @@
173
173
 
174
174
 
175
175
  ```
176
+
177
+ 生成されたHTML
178
+
179
+ ```HTML
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+ <html lang="ja">
188
+
189
+ <head>
190
+
191
+ <meta charset="utf-8">
192
+
193
+ <meta name="viewport" content="width=device-width, initial-scale=1">
194
+
195
+ <title>タイトル</title>
196
+
197
+ <script src="https://js.stripe.com/v3/"></script>
198
+
199
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
200
+
201
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
202
+
203
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
204
+
205
+ <link rel="stylesheet" href="/static/style.css">
206
+
207
+ <script src="/static/main.js"></script>
208
+
209
+ </head>
210
+
211
+ <body>
212
+
213
+ <div class="wrapper">
214
+
215
+ <nav class="navbar navbar-expand-sm navbar-dark bg-dark mt-3 mb-3">
216
+
217
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav4" aria-controls="navbarNav4" aria-expanded="false" aria-label="Toggle navigation">
218
+
219
+ <span class="navbar-toggler-icon"></span>
220
+
221
+ </button>
222
+
223
+ <a class="navbar-brand" href="/">TOP</a>
224
+
225
+ <div class="collapse navbar-collapse">
226
+
227
+ <ul class="navbar-nav">
228
+
229
+ <li class="nav-item">
230
+
231
+ <a class="nav-link" href="/">ステータス</a>
232
+
233
+ </li>
234
+
235
+ <li class="nav-item">
236
+
237
+ <a class="nav-link" href= "/users/mypage/">マイページ</a>
238
+
239
+ </li>
240
+
241
+ <li class="nav-item">
242
+
243
+ <a class="nav-link" href= "/users/policy/">利用規約</a>
244
+
245
+ </li>
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+ </ul>
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+ <ul class="navbar-nav ml-auto">
264
+
265
+ <li class="nav-item">
266
+
267
+ <p class="navbar-text"> ****でログインしています。</p>
268
+
269
+ </li>
270
+
271
+ <li class="nav-item">
272
+
273
+ <a class="nav-link" href="/accounts/logout/">ログアウト</a>
274
+
275
+ </li>
276
+
277
+ </ul>
278
+
279
+ </div>
280
+
281
+ </nav>
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+ <div class="container mt-5">
294
+
295
+
296
+
297
+ <h4>*****のステータス:</h4>
298
+
299
+ <div class="card" style="width: 18rem;">
300
+
301
+ <div class="card-body">
302
+
303
+ <h5 class="card-title">********</h5>
304
+
305
+ <p class="card-text">
306
+
307
+ *********
308
+
309
+ </p>
310
+
311
+ </div>
312
+
313
+ </div>
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+ </div>
322
+
323
+
324
+
325
+
326
+
327
+ <div class="push"></div>
328
+
329
+
330
+
331
+ <footer class="py-2 bg-dark">
332
+
333
+ <p class="m-0 text-center text-white">Copyright &copy; サンプル株式会社</p>
334
+
335
+ </footer>
336
+
337
+ </div>
338
+
339
+ </body>
340
+
341
+ <!-- Optional JavaScript -->
342
+
343
+ <!-- jQuery first, then Popper.js, then Bootstrap JS -->
344
+
345
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
346
+
347
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
348
+
349
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
350
+
351
+
352
+
353
+ </html>
354
+
355
+ ```

1

文の修正

2021/10/10 03:38

投稿

yayaya22
yayaya22

スコア51

test CHANGED
File without changes
test CHANGED
@@ -136,11 +136,11 @@
136
136
 
137
137
  min-height: 100vh;
138
138
 
139
- position: relative;/
139
+ position: relative;
140
140
 
141
- padding-bottom: 120px;/
141
+ padding-bottom: 120px;
142
142
 
143
- box-sizing: border-box;/
143
+ box-sizing: border-box;
144
144
 
145
145
  }
146
146
 
@@ -160,13 +160,13 @@
160
160
 
161
161
  margin-bottom: 200px;
162
162
 
163
- position: absolute;/
163
+ position: absolute;
164
164
 
165
165
  }
166
166
 
167
167
  .push {
168
168
 
169
- height: 200px;/
169
+ height: 200px;
170
170
 
171
171
  }
172
172