teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2021/01/11 14:10

投稿

y-kou
y-kou

スコア7

title CHANGED
File without changes
body CHANGED
@@ -13,12 +13,6 @@
13
13
  color: #454545;
14
14
  font-size: 40px;
15
15
  }
16
- .companylogo{
17
- background-color: black;
18
- display: block;
19
- margin-left: auto;
20
- margin-right: auto;
21
- }
22
16
 
23
17
  input{
24
18
  background-color: white;
@@ -32,10 +26,7 @@
32
26
  color: #3c3c3c;
33
27
  outline: none
34
28
  }
35
- input:focus{
29
+
36
- background-color: #d5eceb;
37
- border-bottom:2px solid #107974;
38
- }
39
30
  .name{
40
31
 
41
32
  }
@@ -61,11 +52,7 @@
61
52
  text-align: center;
62
53
  margin-top: 10px;
63
54
  }
64
- .policy{
55
+
65
- margin-top: 10px;
66
- text-align: center;
67
- font-size: 5px;
68
- }
69
56
  .next button{
70
57
  font-size: 25px;
71
58
  color: white;
@@ -77,7 +64,7 @@
77
64
  outline: none;
78
65
  }
79
66
  .next button:hover{
80
- backgro
67
+ background-color: black;
81
68
  コード
82
69
  ```
83
70
  ```html