Free
Stats
SkyBound Stats
A stats block extracted from the SkyBound template, available in Tailwind CSS and Bootstrap.
0
45
A stats block extracted from the SkyBound template, available in Tailwind CSS and Bootstrap.
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.FontAwesomeConfig = {
autoReplaceSvg: 'nest'
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SkyBound Stats | Tailwind CSS UI Block</title>
<meta name="description" content="A stats block extracted from the SkyBound template, available in Tailwind CSS and Bootstrap.">
<meta name="keywords" content="SkyBound, Tailwind CSS template, HTML website template, premium aviation, private charter, luxury airline, sustainable travel, responsive aviation design">
<meta name="author" content="Let's templates">
<link rel="canonical" href="">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Let's templates">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="">
<meta property="og:title" content="SkyBound | Tailwind CSS Premium Aviation Template">
<meta property="og:description" content="A refined Tailwind CSS aviation template for premium global travel, private charter services, sustainable flight operations, and luxury airline brands.">
<meta property="og:image" content="">
<meta property="og:image:alt" content="SkyBound template preview">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="">
<meta name="twitter:title" content="SkyBound | Tailwind CSS Premium Aviation Template">
<meta name="twitter:description" content="A refined Tailwind CSS aviation template for premium global travel, private charter services, sustainable flight operations, and luxury airline brands.">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="SkyBound template preview">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet">
<style>
body { font-family: 'Inter', sans-serif; }
.stat-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
gap: 1.5rem;
}
@media (max-width: 1024px) {
.stat-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.stat-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body class="bg-[#f8f9fa] text-[#1a1a1a]">
<!-- block:start stats -->
<section id="why-us" class="px-6 py-20 max-w-7xl mx-auto">
<h2 class="text-5xl md:text-7xl font-extrabold text-center mb-16 tracking-tighter uppercase italic">
OUR GLOBAL IMPACT
</h2>
<div class="stat-grid">
<!-- 92% Card -->
<div class="bg-white rounded-[32px] p-10 flex flex-col justify-between shadow-sm hover:shadow-md transition-shadow h-full min-h-[340px]">
<div>
<span class="text-6xl md:text-7xl font-extrabold tracking-tighter italic">92%</span>
<p class="mt-8 text-lg font-medium leading-relaxed text-gray-700 max-w-[200px]">
of our passengers report exceptional comfort on long-haul routes.
</p>
</div>
<button class="mt-8 w-fit px-8 py-3 border border-black rounded-2xl font-bold hover:bg-black hover:text-white transition-all">
Discover more
</button>
</div>
<!-- 240+ Card -->
<div class="bg-white rounded-[32px] p-10 flex flex-col justify-between shadow-sm hover:shadow-md transition-shadow relative overflow-hidden h-full min-h-[340px]">
<div>
<span class="text-6xl md:text-7xl font-extrabold tracking-tighter italic">240+</span>
<p class="mt-8 text-lg font-medium leading-relaxed text-gray-700 max-w-[200px]">
Cities connected through our expanding global network.
</p>
</div>
<div class="absolute bottom-10 right-10">
<button class="w-12 h-12 bg-black text-white rounded-2xl flex items-center justify-center hover:scale-105 transition-transform">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</button>
</div>
</div>
<!-- Image 1 -->
<div class="rounded-[32px] overflow-hidden h-full min-h-[340px]">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_7f0bb46e18_752fdb4e34d925b1.png" alt="white commercial airplane taking off from airport runway, blue sky background, cinematic low angle" />
</div>
<!-- Image 2 -->
<div class="rounded-[32px] overflow-hidden h-full min-h-[340px] md:col-span-1 lg:col-span-1">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_914858a487_2de090d688134b6b.png" alt="aerial view of airplane wing over bright blue ocean with white clouds, window seat perspective" />
</div>
<!-- Large Image/Card -->
<div class="rounded-[32px] overflow-hidden h-full min-h-[340px] md:col-span-2 lg:col-span-1 flex flex-col">
<img class="w-full h-full object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_874ea289d7_f189320f797c617d.png" alt="large wide-body commercial jet at airport terminal gate, ground crew activity, golden hour lighting" />
</div>
<!-- Split Card Column -->
<div class="flex flex-col gap-6 h-full">
<!-- 12.4 Card -->
<div class="bg-white rounded-[32px] p-8 flex-1 shadow-sm">
<span class="text-5xl font-extrabold tracking-tighter italic">12.4</span>
<p class="mt-4 text-gray-600 font-medium">
The average age of our modern, fuel-efficient fleet.
</p>
</div>
<!-- 9 IN 10 Card -->
<div class="bg-black text-white rounded-[32px] p-8 flex-1 flex flex-col justify-between">
<span class="text-4xl font-extrabold tracking-tighter italic uppercase">9 IN 10</span>
<p class="mt-4 text-sm font-light leading-relaxed opacity-80">
Frequent flyers who prioritize our carbon-offset program.
</p>
</div>
</div>
</div>
</section>
<!-- block:end stats -->
</body>
</html>
Free
Travel
Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.