Navigation 15
Navigation 15
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-6">
<div class="max-w-screen-xl mx-auto flex justify-between items-center relative">
<a href="#">
<img class="h-8" src="http://demo-assets.uibak.com/themesdev/drops-logo.svg"alt="logo placeholder">
</a>
<nav class="flex flex-col justify-center items-center p-8 md:p-0 space-y-4 md:space-y-0 md:flex-row md:space-x-4 font-semibold absolute top-16 md:top-0 left-0 w-full md:w-auto flex-1 md:relative bg-gray-200 md:bg-transparent">
<a href="#" class="hover:opacity-70">Home</a>
<a href="#" class="hover:opacity-70">Services</a>
<a href="#" class="hover:opacity-70">Pricing</a>
<a href="#" class="hover:opacity-70">Blog</a>
<a href="#" class="hover:opacity-70">Contact</a>
</nav>
<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">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>