質問編集履歴

1

タグを整理しました

2019/10/07 04:30

投稿

marcos_grohl
marcos_grohl

スコア14

test CHANGED
File without changes
test CHANGED
@@ -56,17 +56,11 @@
56
56
 
57
57
  ```html
58
58
 
59
- <div id="btn_kakunin">
60
-
61
59
  <input type="hidden" name="mail_set" value="submit">
62
60
 
63
- <button class="btn btn-block btn-round btn-d soushin_btn btn btn-primary-outline btn-block" style="margin-top: 3%; margin-bottom: 3%;" id="cfsubmit" type="submit">送信する</button>
61
+ <button type="submit">送信する</button>
64
62
 
65
- <center><input type="button" class="back_btn btn-block" style="background: transparent;" value="前画面に戻る" onClick="history.back()"></center>
63
+ <input type="button" value="前画面に戻る" onClick="history.back()">
66
-
67
- <div class="clear"></div>
68
-
69
- </div>
70
64
 
71
65
  ```
72
66