Cool navbar

This commit is contained in:
unexp 2022-10-09 00:44:46 -03:00
parent 64d73ace5c
commit 6150ec6573
1 changed files with 6 additions and 6 deletions

View File

@ -1,20 +1,20 @@
<div class="navbar scrolling-background text-lg py-1 text-white">
<div class="container flex items-center">
<div class="container flex items-center justify-end">
<a href="/">
<img class="w-40 mr-6" src="/img/banner.png" alt="" />
</a>
<a class="mr-7" href="/games">Games</a>
<a class="mr-7" href="/catalog">Catalog</a>
<a class="mr-7" href="/forums">Forums</a>
<input class="rounded px-2 border-2 border-grey-300 text-black" type="text" name="search" id="search" placeholder="Search" />
<span class="flex-grow" />
<a class="mr-2 px-2 flex items-center my-auto rounded bg-blue-500 shadow-lg" href="/my/money">
<input class="rounded px-2 border-2 border-grey-300 text-black flex-grow mr-10" type="text" name="search" id="search" placeholder="Search" />
<a class="mr-4 px-2 py-1 flex items-center rounded bg-gradient-to-tr from-blue-700 to-blue-600 outline outline-blue-800 outline-1 shadow-md hover:shadow-xl" href="/my/money">
<img class="h-6 mr-1.5" src="/img/rowbux.png" alt="" />
100
</a>
<div class="relative inline-block dropdown">
<p class="text-2xl mb-0.5">|</p>
<div class="ml-2 relative inline-block dropdown">
<button class="hover:text-zinc-200" href="/my/profile"
>Only16Characters
>WWWWWWWWWWWWWWWW
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-4 h-4 inline-block">
<path fill-rule="evenodd" d="M12.53 16.28a.75.75 0 01-1.06 0l-7.5-7.5a.75.75 0 011.06-1.06L12 14.69l6.97-6.97a.75.75 0 111.06 1.06l-7.5 7.5z" clip-rule="evenodd" />
</svg>