mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 09:37:02 +00:00
34 lines
1.3 KiB
HTML
34 lines
1.3 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 15 start -->
|
|
<section class="section_divider" id="hero_15">
|
|
<div>Hero 15</div>
|
|
</section>
|
|
|
|
<section class="dark:bg-gray-800 dark:text-gray-100">
|
|
<div class="container mx-auto flex flex-col items-center px-4 py-16 text-center md:py-32 md:px-10 lg:px-32 xl:max-w-3xl">
|
|
<h1 class="text-4xl font-bold leading-none sm:text-5xl">Quisquam necessita vel
|
|
<span class="dark:text-violet-400 text-red-400">laborum doloribus</span>delectus
|
|
</h1>
|
|
<p class="px-8 mt-8 mb-12 text-lg">Cupiditate minima voluptate temporibus quia? Architecto beatae esse ab amet vero eaque explicabo!</p>
|
|
<div class="flex flex-wrap justify-center">
|
|
<button class="px-8 py-3 m-2 text-lg font-semibold rounded bg-red-400 dark:bg-violet-400 dark:text-gray-900">Get started</button>
|
|
<button class="px-8 py-3 m-2 text-lg border rounded bg-gray-400 dark:bg-gray-800 dark:text-gray-50 dark:border-gray-700">Learn more</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- hero 15 end -->
|
|
|
|
|
|
</body>
|
|
</html> |