Hero's 06
Hero's 06
=
<div class="bg-gray-100 text-gray-600 min-h-screen flex flex-col flex-wrap">
<div class="w-full mx-auto flex justify-between items-center relative py-4 lg:py-5 px-6 lg:px-8">
<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>
<div class="flex justify-between space-x-4 md:space-x-10 flex-shrink-1 md:flex-grow-0">
<nav class="hidden md: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 lg:space-x-8 font-semibold absolute top-16 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">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>
<button class="w-9 bg-gray-600 p-2 rounded-md text-gray-200 block md:hidden">
<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>
</div>
</div>
<div class="md:flex md:flex-1 md:flex-wrap w-full">
<div class="w-full md:w-1/2">
<img src="http://demo-assets.uibak.com/themesdev/placeholder-square.svg"alt="" class="object-cover min-h-full w-full">
</div>
<div class="w-full md:w-1/2 py-6 lg:py-12 p-8 flex items-center justify-center">
<div class="">
<span class="block uppercase font-semibold mb-2">Premium Tailwind CSS</span>
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium">The best product on the market</h2>
<p class="text-xl text-gray-600 mt-4 max-w-3xl">When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my </p>
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white mt-6">Order now</a>
</div>
</div>
</div>
</div>