質問編集履歴
1
inputのtype修正 section削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
</ul>
|
51
51
|
</nav>
|
52
52
|
<div class="p-keyword">
|
53
|
-
<input
|
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>
|
@@ -67,9 +67,6 @@
|
|
67
67
|
</div>
|
68
68
|
<main class="l-main"></main>
|
69
69
|
</section>
|
70
|
-
<section class="p-section"></section>
|
71
|
-
<footer class="l-footer"></footer>
|
72
|
-
</section>
|
73
70
|
</div>
|
74
71
|
</body>
|
75
72
|
</html>
|
@@ -136,7 +133,7 @@
|
|
136
133
|
margin-right: 60px;
|
137
134
|
}
|
138
135
|
|
139
|
-
|
136
|
+
.p-keyword__search {
|
140
137
|
border-right:none;
|
141
138
|
border-left:none;
|
142
139
|
border-top:none;
|