mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-28 00:27:01 +00:00
added 33 hero's but 3 more need's to be added but they need more time and attention, will get to them later
This commit is contained in:
40
public/componets/hero/18_hero.html
Normal file
40
public/componets/hero/18_hero.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user