質問編集履歴

1

コードが途中で切れていたので直しました

2021/01/11 14:10

投稿

y-kou
y-kou

スコア7

test CHANGED
File without changes
test CHANGED
@@ -28,18 +28,6 @@
28
28
 
29
29
  }
30
30
 
31
- .companylogo{
32
-
33
- background-color: black;
34
-
35
- display: block;
36
-
37
- margin-left: auto;
38
-
39
- margin-right: auto;
40
-
41
- }
42
-
43
31
 
44
32
 
45
33
  input{
@@ -66,13 +54,7 @@
66
54
 
67
55
  }
68
56
 
69
- input:focus{
70
57
 
71
- background-color: #d5eceb;
72
-
73
- border-bottom:2px solid #107974;
74
-
75
- }
76
58
 
77
59
  .name{
78
60
 
@@ -124,15 +106,7 @@
124
106
 
125
107
  }
126
108
 
127
- .policy{
128
109
 
129
- margin-top: 10px;
130
-
131
- text-align: center;
132
-
133
- font-size: 5px;
134
-
135
- }
136
110
 
137
111
  .next button{
138
112
 
@@ -156,7 +130,7 @@
156
130
 
157
131
  .next button:hover{
158
132
 
159
- backgro
133
+ background-color: black;
160
134
 
161
135
  コード
162
136