hudaakram commited on
Commit
0a641f2
·
verified ·
1 Parent(s): cf759ac

Create category-5.html

Browse files
Files changed (1) hide show
  1. category-5.html +20 -0
category-5.html ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
6
+ <title>Lead Actress in a Drama — Emmys Portal</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script defer src="https://unpkg.com/lucide@latest"></script>
9
+ <style>body{min-height:100vh;background:linear-gradient(rgba(5,5,5,.82),rgba(5,5,5,.82)),url('https://wallpapercave.com/wp/wp2186661.jpg')center/cover fixed no-repeat}</style>
10
+ </head>
11
+ <body class="text-yellow-50"><div class="max-w-6xl mx-auto p-6">
12
+ <header class="flex items-center justify-between"><h1 class="text-2xl font-black text-yellow-200">Lead Actress in a Drama</h1><a href="index.html" class="px-3 py-2 rounded-xl bg-yellow-400 text-black text-sm font-semibold flex items-center gap-2"><i data-lucide="arrow-left" class="w-4 h-4"></i> Back</a></header>
13
+ <section class="mt-8 rounded-3xl border border-yellow-200/20 bg-black/30 p-6">
14
+ <ul class="grid sm:grid-cols-2 md:grid-cols-3 gap-3">
15
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Zendaya</li>
16
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Melanie Lynskey</li>
17
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Emma Corrin</li>
18
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Jennifer Aniston</li>
19
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Rhea Seehorn</li>
20
+ </ul></section></div><script>lucide.createIcons()</script></body></html>