回答編集履歴

3

この思い・・・回答者に届け!!

2019/09/03 09:39

投稿

masshu
masshu

スコア83

test CHANGED
@@ -112,7 +112,7 @@
112
112
 
113
113
  .button {
114
114
 
115
- margin: -0 auto;
115
+ margin: 0 auto;
116
116
 
117
117
  text-align:center;
118
118
 

2

クソ恥ずいミスしてたので修正

2019/09/03 09:39

投稿

masshu
masshu

スコア83

test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  <p><label>パスワード<input type="text" name ="text2"></label></p>
34
34
 
35
- <div class="buttun">
35
+ <div class="button">
36
36
 
37
37
  <button type="submit" class="button">ログイン</button><br>
38
38
 
@@ -110,9 +110,9 @@
110
110
 
111
111
 
112
112
 
113
- .buttun {
113
+ .button {
114
114
 
115
- margin: 0 auto;
115
+ margin: -0 auto;
116
116
 
117
117
  text-align:center;
118
118
 
@@ -120,4 +120,12 @@
120
120
 
121
121
 
122
122
 
123
+ button {
124
+
125
+ background-color: rgba(117,251,253,1);
126
+
127
+ }
128
+
129
+
130
+
123
131
  ```

1

不要なcss削除

2019/09/03 09:38

投稿

masshu
masshu

スコア83

test CHANGED
@@ -98,32 +98,26 @@
98
98
 
99
99
  p{
100
100
 
101
- text-align:center;
101
+ text-align:center;
102
102
 
103
- font-size:10px;
103
+ font-size:10px;
104
104
 
105
- border-bottom: solid 1px;
105
+ border-bottom: solid 1px;
106
106
 
107
- padding-bottom:10px;
107
+ padding-bottom:10px;
108
+
109
+ }
110
+
111
+
112
+
113
+ .buttun {
114
+
115
+ margin: 0 auto;
116
+
117
+ text-align:center;
108
118
 
109
119
  }
110
120
 
111
121
 
112
122
 
113
- .buttun {
114
-
115
- margin: 0 auto;
116
-
117
- text-align:center;
118
-
119
- }
120
-
121
-
122
-
123
- buttun {
124
-
125
- background-color:rgb(117,251,253)
126
-
127
- }
128
-
129
123
  ```