E-commerce 05
E-commerce 05
=
<div class="max-w-4xl mx-auto grid grid-cols-2 md:items-center gap-12 bg-white shadow p-8">
<div class="col-span-2 md:col-span-1">
<img src="http://demo-assets.uibak.com/themesdev/placeholder-square.svg"alt="image placeholder">
<span class="block font-semibold mt-5">Available Colors</span>
<div class="flex space-x-2 mt-2 justify-between">
<a href="#" class="bg-gray-100 w-10 h-10 border inline-block"><span class="sr-only">gray 100</span></a>
<a href="#" class="bg-gray-200 w-10 h-10 border inline-block"><span class="sr-only">gray 200</span></a>
<a href="#" class="bg-gray-300 w-10 h-10 border inline-block"><span class="sr-only">gray 300</span></a>
<a href="#" class="bg-gray-400 w-10 h-10 border inline-block"><span class="sr-only">gray 400</span></a>
<a href="#" class="bg-gray-500 w-10 h-10 border inline-block"><span class="sr-only">gray 500</span></a>
<a href="#" class="bg-gray-600 w-10 h-10 border inline-block"><span class="sr-only">gray 600</span></a>
<a href="#" class="bg-gray-700 w-10 h-10 border inline-block"><span class="sr-only">gray 700</span></a>
</div>
</div>
<div class="col-span-2 md:col-span-1">
<h2 class="text-2xl sm:text-2xl text-gray-700 font-medium mb-6">Training Jacket</h2>
<p class="text-xl text-gray-600 mb-6">When, while the lovely valley teems with vapour around me, and the meridian sun strikes the waiting be females upper surface of the impenetrable foliage of my trees</p>
<a href="#" class="inline-flex space-x-2 items-center bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white hover:bg-gray-500 mb-6">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" />
</svg>
<span class="uppercase text-sm">€95,96 add to cart</span>
</a>
</div>
</div>