Navigation 04
Navigation 04
=
<div class="bg-gray-100 text-gray-600 px-6 lg:px-8 py-4">
<div class="max-w-screen-xl mx-auto flex justify-between items-center relative">
<button class="w-9 bg-gray-300 p-2 rounded-md text-gray-600">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
</svg>
</button>
<a href="#">
<img class="h-7" src="http://demo-assets.uibak.com/themesdev/edge-logo.svg"alt="logo placeholder">
</a>
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg text-sm py-3 px-5 text-white">Call to action</a>
</div>
</div>