Skip to content

Instantly share code, notes, and snippets.

@fakabbir
Last active May 4, 2021 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fakabbir/e998da9264233543dcd77f66c7f1d6fb to your computer and use it in GitHub Desktop.
Save fakabbir/e998da9264233543dcd77f66c7f1d6fb to your computer and use it in GitHub Desktop.
<div class="flex flex-col">
<div class="bg-blue-500">
<div class="pt-2 pb-2">
<div class="flex flex-row justify-center space-x-5 w-10/12 mx-auto">
<div class="flex flex-col">
<div class="flex flex-col">
<img class="w-24" src="https://static-assets-web.flixcart.com/www/linchpin/fk-cp-zion/img/flipkart-plus_8d85f4.png" />
<div class="flex flex-row">
<p class="font-semibold italic text-white text-xs">Explore</p>
<p class="font-bold italic text-yellow-400 text-xs mx-1.5">Plus</p>
<img class="w-2 h-2 align-text-bottom" src="https://static-assets-web.flixcart.com/www/linchpin/fk-cp-zion/img/plus_aef861.png" />
</div>
</div>
</div>
<div class="flex-auto max-w-lg flex-col relative">
<div class="w-full h-full">
<input class="w-full h-full rounded-sm" />
</div>
<div class="bg-white border absolute w-full z-50">
<p>Data</p>
<p>Data</p>
<p>Data</p>
<p>Data</p>
<p>Data</p>
</div>
</div>
<div>
<button>Login</button>
</div>
<div>
<button>More</button>
</div>
<div>
<button>Cart</button>
</div>
</div>
</div>
</div>
<div class="relative mx-auto">
<nav class="mx-auto flex flex-row text-black font-sans justify-between space-x-4 pt-2 pb-2">
<div class="hover:text-gray-200">Electronics</div>
<div>TV & Applicances</div>
<div>Men</div>
<div>Women</div>
<div>Baby & Kids</div>
<div>Home & Firniture</div>
<div>Sports, Books & More</div>
<div>Flight</div>
<div>Offer Zone</div>
</nav>
<div class=" bg-red-100 w-full absolute">
<div class="bg-red-200 h-80 mx-auto">Dropdown Here</div>
</div>
</div>
<div class="bg-yellow-200">Content</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment