質問編集履歴

1

文章を修正

2022/03/09 06:48

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -6,10 +6,8 @@
6
6
 
7
7
  ```php
8
8
 
9
- <?php
9
+
10
- if( (isset($_POST["submit"]) == false) && (isset($_SESSION["login"]) == false) )
10
+
11
- {
12
- ?>
13
11
 
14
12
  <div class="formInput">
15
13
  <div>One</div>
@@ -36,12 +34,34 @@
36
34
  <button> 登録 </button>
37
35
  </form>
38
36
  </div>
37
+ ```
38
+
39
+ ```css
40
+
41
+ .formInput
42
+ {
43
+
44
+
45
+ font-size: 20px;
46
+ display: grid;
47
+ grid-template-columns: 200px 200px;
48
+ }
49
+
50
+ ```
39
51
 
40
52
 
41
53
 
42
54
 
43
55
 
44
- <?php
56
+
45
- }
57
+
46
- ?>
58
+
47
- ```
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+