This commit is contained in:
parent
a1b714dc0a
commit
90692c8a23
4 changed files with 37 additions and 22 deletions
|
|
@ -2,7 +2,10 @@
|
|||
<header class="navbar">
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="/spbr-uncolored-nostars-noring.png" alt="Logo" />
|
||||
<img
|
||||
src="/spbr-uncolored-nostars-noring.png"
|
||||
alt="Logo"
|
||||
>
|
||||
</div>
|
||||
|
||||
<nav class="links">
|
||||
|
|
@ -13,9 +16,17 @@
|
|||
</nav>
|
||||
|
||||
<div class="search-box">
|
||||
<input type="text" placeholder="Search" v-model="query" />
|
||||
<input
|
||||
v-model="query"
|
||||
type="text"
|
||||
placeholder="Search"
|
||||
>
|
||||
<button class="search-btn">
|
||||
<img src="/search-24.svg" class="icon" alt="Search" />
|
||||
<img
|
||||
src="/search-24.svg"
|
||||
class="icon"
|
||||
alt="Search"
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -108,4 +119,4 @@ const query = ref('')
|
|||
filter: brightness(1.2) invert(1);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue