Preview

HTML Code
<style>
.fin-actions-btn:hover {
-webkit-transform: scale(1.02);
}
</style>
<!-- Add image URL below -->
<div class="fin-hero py-16 bg-cover" style="background-image: url('')">
<div class="container mx-auto">
<div class="fin-header text-center mb-8">
<h2 class="mb-0 text-2xl md:text-3xl text-white">Title</h2>
</div>
<div class="fin-actions relative">
<div class="grid gap-5 grid-cols-1 sm:grid-cols-2 lg:grid-cols-3">
<div class="fin-actions-btn bg-white border-t-4 border-brand-primary">
<!-- Add button URL below -->
<a href="" class="flex flex-col items-center group relative p-6 w-full text-center text-gray-700 transition ease-in-out hover:text-gray-800 hover:no-underline">
<p class="text-2xl mt-2 mb-6 font-bold">Heading →</p>
<p class="mb-0 text-md">Description</p>
</a>
</div>
<div class="fin-actions-btn bg-white border-t-4 border-brand-primary">
<!-- Add button URL below -->
<a href="" class="flex flex-col items-center group relative p-6 w-full text-center text-gray-700 transition ease-in-out hover:text-gray-800 hover:no-underline">
<p class="text-2xl mt-2 mb-6 font-bold">Heading →</p>
<p class="mb-0 text-md">Description</p>
</a>
</div>
<div class="fin-actions-btn bg-white border-t-4 border-brand-primary">
<!-- Add button URL below -->
<a href="" class="flex flex-col items-center group relative p-6 w-full text-center text-gray-700 transition ease-in-out hover:text-gray-800 hover:no-underline">
<p class="text-2xl mt-2 mb-6 font-bold">Heading →</p>
<p class="mb-0 text-md">Description</p>
</a>
</div>
</div>
</div>
</div>
</div>
Comments
0 comments
Please sign in to leave a comment.