Navigation 19
Navigation 19
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-4">
<div class="max-w-screen-xl mx-auto flex flex-row justify-between items-center relative">
<a href="#" class="md:hidden">
<img class="h-7" src="http://demo-assets.uibak.com/themesdev/edge-logo.svg"alt="logo placeholder">
</a>
<nav class="hidden md:flex space-x-4">
<a href="#" class="hover:opacity-70">Helpdesk</a>
<a href="#" class="hover:opacity-70">Sale</a>
<a href="#" class="hover:opacity-70">New collection</a>
</nav>
<div class="flex space-x-4 mt-2 md:mt-0">
<a href="#" class="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-6">
<path d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z" />
</svg>
</a>
<a href="#" class="">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-6">
<path fill-rule="evenodd" d="M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z" clip-rule="evenodd" />
</svg>
</a>
</div>
</div>
</div>
<div class="bg-gray-200 text-gray-600 px-6 lg:px-8 py-4">
<div class="max-w-screen-xl mx-auto flex justify-between">
<a href="#" class="hidden md:block">
<img class="h-7" src="http://demo-assets.uibak.com/themesdev/edge-logo.svg"alt="logo placeholder">
</a>
<nav class="flex flex-col justify-center md:justify-start items-center p-4 md:p-0 space-y-4 md:space-y-0 md:flex-row md:space-x-4 lg:space-x-6 xl:space-x-12 font-semibold md:top-0 left-0 w-full md:w-auto md:relative bg-gray-200 md:bg-transparent">
<a href="#" class="hover:opacity-70">Home</a>
<a href="#" class="hover:opacity-70">Clothes</a>
<a href="#" class="hover:opacity-70">Furniture</a>
<a href="#" class="hover:opacity-70">Paintings</a>
<a href="#" class="hover:opacity-70">Garden</a>
<a href="#" class="hover:opacity-70">FAQ</a>
<a href="#" class="hover:opacity-70">Contact</a>
</nav>
</div>
</div>