質問編集履歴

1

必要な情報の追加

2020/01/30 01:15

投稿

minomonnta
minomonnta

スコア9

title CHANGED
File without changes
body CHANGED
@@ -1,13 +1,16 @@
1
1
  ### 前提・実現したいこと
2
2
  inputの要素を中央に寄せたい
3
3
  ### 発生している問題
4
- 中央に寄らず右にっていってしまう
4
+ ボタンの位置がテキストボックスのってしまう
5
-
6
5
  ### 該当のソースコード
7
6
 
8
7
  ```html
9
- <div align="center">
8
+ <div style="width: 400px;">
9
+ <form action="kanrilogin.php" method="POST">
10
+ <input type="text"name="kanri_id"value= >
11
+ <input type="password" name="kanri_pass"id="pass"placeholder="パスワード">
10
- <input type="submit" class="btn" value="ログイン">
12
+ <input type="submit" class="btn" value="ログイン">
13
+ </form>
11
14
  </div>
12
15
  ```
13
16