Navigation 18
Navigation 18
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-4 lg:py-5">
<div class="max-w-screen-xl mx-auto flex justify-between space-x-6 lg:space-x-12 items-center relative">
<form class="flex flex-row space-x-2 justify-start">
<div class="relative w-full max-w-xl">
<input type="text" placeholder="Search term..." class="bg-white border border-gray-300 px-4 pl-12 py-2 rounded-md w-full block">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 absolute top-3 left-2">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</div>
</form>
<a href="#" class="inline-flex items-center space-x-2 hover:opacity-70">
<span class="rounded-full w-7 h-7 p-1 bg-gray-600 text-white">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<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>
</span>
<span class="font-semibold hidden md:inline">Frank Spin</span>
<span class="w-4">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</span>
</a>
</div>
</div>