commit
9974ab482b
|
@ -63,7 +63,7 @@ This content is licensed under Creative Commons Attribution 4.0. The full text o
|
|||
<button class="menu"><img src="images/hamburger.svg"></button>
|
||||
<h1 class="logo">Web Starter Kit</h1>
|
||||
<section class="app-bar-actions">
|
||||
<input class="search" placeholder="Search">
|
||||
<input type="search" placeholder="Search">
|
||||
<button><img src="images/search.svg"></button>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -121,7 +121,7 @@ body {
|
|||
background-color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
.search {
|
||||
input[type=search] {
|
||||
display: none;
|
||||
width: 400px;
|
||||
height: 60px;
|
||||
|
@ -175,7 +175,7 @@ body {
|
|||
clear: both;
|
||||
}
|
||||
|
||||
.search {
|
||||
input[type=search] {
|
||||
display: block;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue