質問編集履歴

1

書式の改善

2020/09/15 10:47

投稿

chapman
chapman

スコア4

test CHANGED
File without changes
test CHANGED
@@ -50,24 +50,6 @@
50
50
 
51
51
  ```CSS
52
52
 
53
- header {
54
-
55
- text-align: center;
56
-
57
- width: 1035px;
58
-
59
- height: 145px;
60
-
61
- margin: 0 auto;
62
-
63
- }
64
-
65
- .top-title a {
66
-
67
- text-decoration: none;
68
-
69
- }
70
-
71
53
  .nav-header {
72
54
 
73
55
  list-style: none;
@@ -99,49 +81,3 @@
99
81
  width: 1035px;
100
82
 
101
83
  }
102
-
103
- .home::after {
104
-
105
- content:'⌵';
106
-
107
- }
108
-
109
- .page::after {
110
-
111
- content: '⌵';
112
-
113
- }
114
-
115
- .home {
116
-
117
- padding-right: 13px;
118
-
119
- }
120
-
121
- .page,.taipo {
122
-
123
- padding: 0 13px;
124
-
125
- }
126
-
127
- .info {
128
-
129
- padding: 0 0 0 13px;
130
-
131
- }
132
-
133
- .form-text {
134
-
135
- background-image: url(image/search-icon@2x.png);
136
-
137
- width: 24px;
138
-
139
- height: 24px;
140
-
141
- background-size: 24px 24px;
142
-
143
- border-style: none;
144
-
145
- }
146
-
147
- ```