質問編集履歴

1

inputのtype修正 section削除

2022/05/01 09:48

投稿

maring
maring

スコア41

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
  </ul>
51
51
  </nav>
52
52
  <div class="p-keyword">
53
- <input type="p-keyword__search" type="search" placeholder="何かお探しですか">
53
+ <input class="p-keyword__search" type="search" placeholder="何かお探しですか">
54
54
  <ul class="p-keyword__container">
55
55
  <li class="p-keyword__list">
56
56
  <a href=""><img class="p-keyword__glasses" src="./assets/images/icon2.png" alt="虫眼鏡"></a>
@@ -66,9 +66,6 @@
66
66
  <div class="p-hero">
67
67
  </div>
68
68
  <main class="l-main"></main>
69
- </section>
70
- <section class="p-section"></section>
71
- <footer class="l-footer"></footer>
72
69
  </section>
73
70
  </div>
74
71
  </body>
@@ -136,7 +133,7 @@
136
133
  margin-right: 60px;
137
134
  }
138
135
 
139
- input {
136
+ .p-keyword__search {
140
137
  border-right:none;
141
138
  border-left:none;
142
139
  border-top:none;