mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 21:07:00 +00:00
41 lines
1.6 KiB
HTML
41 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hero 6</title>
|
|
<link rel="stylesheet" href="./../../../dist/tailshape.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- hero 18 start -->
|
|
<section class="section_divider">
|
|
<div>Hero 18</div>
|
|
|
|
<section class="bg-white dark:bg-gray-800">
|
|
|
|
<div class="container px-6 py-16 mx-auto">
|
|
<div class=" lg:flex">
|
|
<div class="w-full lg:w-1/2">
|
|
<div class="lg:max-w-lg">
|
|
<h1 class="text-2xl font-semibold text-gray-800 uppercase dark:text-white lg:text-3xl">Best Place To Choose Your Clothes</h1>
|
|
<p class="mt-2 text-gray-600 dark:text-gray-400">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro beatae error laborum ab amet sunt recusandae? Reiciendis natus perspiciatis optio.</p>
|
|
<button class="w-full px-3 py-2 mt-6 text-xs font-medium text-white uppercase transition-colors duration-200 transform bg-blue-600 rounded-md lg:w-auto hover:bg-blue-500 focus:outline-none focus:bg-blue-500">Shop Now</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="flex items-center justify-center w-full mt-6 lg:mt-0 lg:w-1/2">
|
|
<img class="w-full h-full lg:max-w-2xl" src="https://merakiui.com/_nuxt/img/Catalogue-pana.32658f1.svg" alt="Catalogue-pana.svg">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- hero 18 end -->
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|