Navigation 17
Navigation 17
=
<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">
<a href="#" class="block flex-shrink-0">
<img class="h-9" src="http://demo-assets.uibak.com/themesdev/boxify-logo.svg"alt="logo placeholder">
</a>
<form class="flex flex-row space-x-2 justify-end w-full">
<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>
</div>
</div>