bento grids #01
1
Color options
Customize your colors.
<section>
<div class="px-8 py-32 mx-auto md:px-12 lg:px-24 max-w-7xl">
<div class="grid grid-cols-1 gap-2 lg:items-center lg:grid-cols-2 mt-12">
<div
class="bg-base-50 relative p-8 rounded-2xl h-full text-center flex flex-col justify-center items-center lg:p-12 overflow-hidden"
>
<div class="relative items-center text-balance">
<p class="text-xs font-bold uppercase text-accent-600">Tagline</p>
<h3
class="text-2xl md:text-3xl lg:text-4xl mt-4 text-base-900 font-semibold"
>
Transforming the banking experience for a digital future
</h3>
<p class="text-base mt-2 text-base-600 font-medium">
The fastest method for working together on staging and temporary
environments.
</p>
<div
class="flex flex-wrap justify-center items-center gap-2 mx-auto mt-8"
>
<button
class="flex items-center justify-center text-center text-shadow-2xs font-semibold shadow-md ring inset-shadow-2xs hover:shadow-none items-center duration-300 ease-in-out transition-all focus:outline-2 outline-offset-2 focus:ring-offset-white text-white shadow-accent-600/20 inset-shadow-white/20 text-shadow-accent-500 ring-accent-600 bg-linear-to-b from-accent-500 to-accent-600 to-70% focus:outline-accent-600 h-9 px-4 py-2 text-sm rounded-md"
>
Get started
</button>
<button
class="flex items-center justify-center text-center text-shadow-2xs font-semibold shadow-md ring inset-shadow-2xs hover:shadow-none items-center duration-300 ease-in-out transition-all focus:outline-2 outline-offset-2 focus:ring-offset-white text-base-950 shadow-base-400/20 inset-shadow-base-500/20 text-shadow-base-100 ring-base-50 bg-linear-to-b from-base-50 to-base-100 to-70% focus:outline-base-200 h-9 px-4 py-2 text-sm rounded-md"
>
Learn more
</button>
</div>
</div>
</div>
<div class="grid grid-cols-1 gap-2 lg:grid-cols-2 h-full">
<div
class="bg-base-50 rounded-2xl flex flex-col h-full justify-between relative overflow-hidden"
>
<div class="p-8 relative">
<p class="text-xs font-bold uppercase text-accent-600">Tagline</p>
<h3 class="text-lg md:text-xl mt-4 text-base-900 font-medium">
Schedule
</h3>
<p class="text-sm mt-2 text-base-500 font-medium">
Schedule your integrations effortlessly and automate tasks for
seamless workflows.
</p>
</div>
<div class="lg:absolute -bottom-4 -right-8 ml-8 -mb-4">
<img
class="rounded-l-xl shadow h-full"
src="/widgets/calendar.svg"
alt=""
/>
</div>
</div>
<div
class="grid grid-cols-1 gap-2 sm:grid-cols-2 lg:grid-cols-1 h-full"
>
<div
class="bg-base-50 text-center rounded-2xl items-center p-8 flex h-full justify-center relative overflow-hidden"
>
<div>
<img
class="h-12 mx-auto"
src="/images/oxbow/oxbowLogo.png"
alt="#_"
/>
<h3 class="text-lg md:text-xl mt-4 text-base-900 font-medium">
Connect your app
</h3>
<p class="text-sm mt-2 text-base-500 font-medium">
Connection secure, fast and easy. You can disconnect at any
time.
</p>
<div class="mt-8 justify-center flex">
<button
class="flex items-center justify-center text-center text-shadow-2xs font-semibold shadow-md ring inset-shadow-2xs hover:shadow-none items-center duration-300 ease-in-out transition-all focus:outline-2 outline-offset-2 focus:ring-offset-white text-base-950 shadow-base-400/20 inset-shadow-base-500/20 text-shadow-base-100 ring-base-50 bg-linear-to-b from-base-50 to-base-100 to-70% focus:outline-base-200 h-9 px-4 py-2 text-sm rounded-md"
>
See our integrations
</button>
</div>
</div>
</div>
<div class="bg-base-50 p-8 rounded-2xl">
<p class="text-xs font-bold uppercase text-accent-600">Tagline</p>
<h3 class="text-lg md:text-xl mt-4 text-base-900 font-medium">
Easy Integration
</h3>
<p class="text-sm mt-2 text-base-500 font-medium">
Integrating with existing systems is smooth and hassle-free,
thanks to our incredible flexible approach.
</p>
</div>
</div>
</div>
</div>
</div>
</section>