Spaces:
Running
Running
Commit
•
22ea03c
1
Parent(s):
f287776
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
</head>
|
9 |
<body class="bg-gray-100 flex justify-center items-center min-h-screen p-4">
|
10 |
-
<div class="max-w-
|
11 |
<h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">The 🐐 List</h1>
|
12 |
<div class="p-4">
|
13 |
<iframe
|
|
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
</head>
|
9 |
<body class="bg-gray-100 flex justify-center items-center min-h-screen p-4">
|
10 |
+
<div class="max-w-5xl w-full bg-white rounded-lg shadow-md overflow-hidden">
|
11 |
<h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">The 🐐 List</h1>
|
12 |
<div class="p-4">
|
13 |
<iframe
|