Toggle navigation
☰
HTML
CSS
Scripting
Database
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tailwind CSS SaaS Pricing Layout</title> <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.2.1"></script> </head> <body class="bg-gray-50 flex justify-center min-h-screen pt-16 p-6 antialiased"> <div class="w-full max-w-5xl space-y-4"> <div class="text-center mb-16"> <span class="text-[11px] font-black text-indigo-600 uppercase tracking-[0.4em] italic leading-tight">Neural Subscriptions</span> <h2 class="text-4xl font-black text-slate-900 tracking-tighter mt-4 italic">Distributed Logic Plans.</h2> </div> <!-- Plan Row: Starter --> <div class="bg-white p-6 rounded-[2.5rem] shadow-sm border border-slate-100 flex flex-col md:flex-row items-center gap-8 hover:shadow-2xl hover:shadow-slate-200 transition-all group cursor-pointer"> <div class="h-20 w-20 bg-slate-50 rounded-[1.8rem] flex items-center justify-center shrink-0 border border-slate-100 group-hover:bg-indigo-50 transition-colors"> <svg class="h-8 w-8 text-slate-300 group-hover:text-indigo-500 transition-colors" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M13 10V3L4 14h7v7l9-11h-7z" /></svg> </div> <div class="flex-1 text-center md:text-left"> <h3 class="text-xl font-black text-slate-900 tracking-tight italic">Basic Node</h3> <p class="text-xs text-slate-400 font-bold uppercase tracking-widest mt-1">Foundational Mesh Access</p> </div> <div class="flex items-center gap-10 px-8 border-x border-slate-50"> <div class="text-center"> <span class="block text-2xl font-black text-slate-900 leading-none">$19</span> <span class="text-[9px] font-bold text-slate-400 uppercase tracking-widest">/ Per Unit</span> </div> <ul class="text-[10px] font-black text-slate-500 uppercase tracking-widest space-y-1 text-left hidden lg:block"> <li>• Standard Audit</li> <li>• Sector 4 Routing</li> </ul> </div> <button class="px-10 py-4 bg-slate-900 text-white rounded-2xl text-[10px] font-black uppercase tracking-widest hover:bg-indigo-600 transition-all shadow-xl shadow-slate-100 italic cursor-pointer">Activate Hub</button> </div> <!-- Plan Row: Pro (Active State Simulation) --> <div class="bg-white p-6 rounded-[2.5rem] shadow-4xl border-2 border-indigo-600 flex flex-col md:flex-row items-center gap-8 relative overflow-hidden group"> <div class="absolute top-0 right-10 px-4 py-1.5 bg-indigo-600 text-white text-[8px] font-black uppercase tracking-widest rounded-b-xl shadow-lg shadow-indigo-200">System Choice</div> <div class="h-20 w-20 bg-indigo-600 rounded-[1.8rem] flex items-center justify-center shrink-0 shadow-xl shadow-indigo-100"> <svg class="h-8 w-8 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /></svg> </div> <div class="flex-1 text-center md:text-left"> <h3 class="text-xl font-black text-slate-900 tracking-tight italic">Lead Command</h3> <p class="text-xs text-indigo-500 font-bold uppercase tracking-widest mt-1">Premium Sovereign Control</p> </div> <div class="flex items-center gap-10 px-8 border-x border-slate-50"> <div class="text-center"> <span class="block text-2xl font-black text-slate-900 leading-none">$59</span> <span class="text-[9px] font-bold text-slate-400 uppercase tracking-widest">/ Per Unit</span> </div> <ul class="text-[10px] font-black text-slate-500 uppercase tracking-widest space-y-1 text-left hidden lg:block"> <li class="text-indigo-600">• Real-Time Sync</li> <li class="text-indigo-600">• Multi-Sector Bridge</li> </ul> </div> <button class="px-10 py-4 bg-indigo-600 text-white rounded-2xl text-[10px] font-black uppercase tracking-widest hover:bg-slate-900 transition-all shadow-xl shadow-indigo-100 italic cursor-pointer">Current Priority</button> </div> <!-- Plan Row: Ultimate --> <div class="bg-white p-6 rounded-[2.5rem] shadow-sm border border-slate-100 flex flex-col md:flex-row items-center gap-8 hover:shadow-2xl hover:shadow-slate-200 transition-all group cursor-pointer"> <div class="h-20 w-20 bg-slate-50 rounded-[1.8rem] flex items-center justify-center shrink-0 border border-slate-100 group-hover:bg-indigo-50 transition-colors"> <svg class="h-8 w-8 text-slate-300 group-hover:text-amber-500 transition-colors" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3z" /></svg> </div> <div class="flex-1 text-center md:text-left"> <h3 class="text-xl font-black text-slate-900 tracking-tight italic">Spectral Elite</h3> <p class="text-xs text-slate-400 font-bold uppercase tracking-widest mt-1">Full Neural Supremacy</p> </div> <div class="flex items-center gap-10 px-8 border-x border-slate-50"> <div class="text-center"> <span class="block text-2xl font-black text-slate-900 leading-none">$129</span> <span class="text-[9px] font-bold text-slate-400 uppercase tracking-widest">/ Per Unit</span> </div> <ul class="text-[10px] font-black text-slate-500 uppercase tracking-widest space-y-1 text-left hidden lg:block"> <li>• Alpha Access</li> <li>• Redundant Backup</li> </ul> </div> <button class="px-10 py-4 bg-slate-900 text-white rounded-2xl text-[10px] font-black uppercase tracking-widest hover:bg-indigo-600 transition-all shadow-xl shadow-slate-100 italic cursor-pointer">Activate Protocol</button> </div> </div> </body> </html>