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 File List</title> <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.2.1"></script> </head> <body class="bg-gray-50 flex items-center justify-center min-h-screen p-6 antialiased"> <div class="w-full max-w-md bg-white rounded-[2.5rem] shadow-2xl border border-white overflow-hidden"> <div class="p-8 border-b border-slate-50 flex justify-between items-center"> <h3 class="text-xl font-black text-slate-900 tracking-tighter italic">Source Assets.</h3> <button class="text-[9px] font-black text-indigo-600 uppercase tracking-widest hover:underline">Download All</button> </div> <ul class="divide-y divide-slate-50"> <li class="px-8 py-5 flex items-center justify-between group hover:bg-slate-50 transition-colors cursor-pointer"> <div class="flex items-center gap-4"> <div class="h-10 w-10 bg-rose-50 rounded-xl flex items-center justify-center text-rose-600"> <svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"/></svg> </div> <div> <h4 class="text-xs font-black text-slate-900 uppercase tracking-widest">Protocol_Draft.pdf</h4> <p class="text-[9px] text-slate-400 font-bold italic">2.4 MB • Modified 2h ago</p> </div> </div> <svg class="h-4 w-4 text-slate-300 group-hover:text-indigo-600 transition-colors" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-1 4m0 0l-4-4m4 4V4"/></svg> </li> <li class="px-8 py-5 flex items-center justify-between group hover:bg-slate-50 transition-colors cursor-pointer"> <div class="flex items-center gap-4"> <div class="h-10 w-10 bg-indigo-50 rounded-xl flex items-center justify-center text-indigo-600"> <svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"/></svg> </div> <div> <h4 class="text-xs font-black text-slate-900 uppercase tracking-widest">Core_Landscape.png</h4> <p class="text-[9px] text-slate-400 font-bold italic">14.8 MB • Modified 4h ago</p> </div> </div> <svg class="h-4 w-4 text-slate-300 group-hover:text-indigo-600 transition-colors" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-1 4m0 0l-4-4m4 4V4"/></svg> </li> <li class="px-8 py-5 flex items-center justify-between group hover:bg-slate-50 transition-colors cursor-pointer"> <div class="flex items-center gap-4"> <div class="h-10 w-10 bg-amber-50 rounded-xl flex items-center justify-center text-amber-600"> <svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/></svg> </div> <div> <h4 class="text-xs font-black text-slate-900 uppercase tracking-widest">Efficiency_Metrics.xlsx</h4> <p class="text-[9px] text-slate-400 font-bold italic">842 KB • Modified 1d ago</p> </div> </div> <svg class="h-4 w-4 text-slate-300 group-hover:text-indigo-600 transition-colors" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-1 4m0 0l-4-4m4 4V4"/></svg> </li> </ul> </div> </body> </html>