hudaakram commited on
Commit
e9cbbb6
·
verified ·
1 Parent(s): 0f65bf0

Create category-2.html

Browse files
Files changed (1) hide show
  1. category-2.html +21 -0
category-2.html ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Outstanding Comedy Series — 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">Outstanding Comedy Series</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">Steve Carell</li>
16
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Ayo Edebiri</li>
17
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Jason Sudeikis</li>
18
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Hannah Waddingham</li>
19
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Kenan Thompson</li>
20
+ <li class="rounded-xl border border-yellow-200/20 bg-yellow-50/[0.05] p-4">Quinta Brunson</li>
21
+ </ul></section></div><script>lucide.createIcons()</script></body></html>