mirror of
https://github.com/istiyakaminsanto/tailShape.git
synced 2025-12-24 11:27:02 +00:00
44 lines
2.0 KiB
HTML
44 lines
2.0 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 28</title>
|
|
<link rel="stylesheet" href="./../../../dist/tailshape.css">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- hero 28 start -->
|
|
<section class="section_divider" id="hero_28">
|
|
<div>Hero 28</div>
|
|
</section>
|
|
|
|
<div class="h-screen ">
|
|
<div class="bg-green-600 w-full h-full p-28 flex items-center justify-center">
|
|
<div class="max-w-3xl flex h-full m-4 md:m-6">
|
|
<div class="relative group sm:w-full md:w-1/2 hover:bg-green-800 border-t border-l border-b border-r md:border-r-0 bg-opacity-5 transition-all duration-300">
|
|
<nav>
|
|
<ul class="flex p-4 md:p-6 space-x-6 text-white">
|
|
<li class="cursor-pointer">Platform</li>
|
|
<li class="cursor-pointer">Services</li>
|
|
<li class="cursor-pointer">FAQ</li>
|
|
<ul></nav>
|
|
<h1 class="pl-4 md:pl-8 mt-6 md:mt-8 text-2xl text-white font-serif transform group-hover:translate-x-6 duration-300 uppercase leading-snug">Fintech: <br/>Top 5 mobile<br/> payment apps</h1>
|
|
<p class="absolute bottom-1 p-4 md:pl-8 text-white text-xs">Get our app and link your existing cards to Linkr.<br/> and pay with your cell phone on the go.<br/> Browse, spending, set limits, and more. Link it up.</span>
|
|
<div class="absolute z-50 bottom-32 md:bottom-10 right-0 transform translate-x-12 flex items-center justify-center w-20 h-20 rounded-full bg-white group-hover:bg-green-200 text-indigo-800 group-hover:text-gray-800 font-semibold cursor-pointer group-hover:scale-110 duration-300 select-none">Get It!</div>
|
|
</div>
|
|
<div class="md:w-1/2 hidden md:block bg-indigo-700">
|
|
<img src="https://images.unsplash.com/photo-1546621083-17f1e50980e9?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2800&q=80" alt="mobile payment" class="h-full" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- hero 28 end -->
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|