Spaces:
Paused
Paused
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| body { | |
| @apply bg-gray-100 text-gray-900 min-h-screen; | |
| } | |
| h1 { | |
| @apply text-3xl font-bold text-blue-600 mb-4; | |
| } | |
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| body { | |
| @apply bg-gray-100 text-gray-900 min-h-screen; | |
| } | |
| h1 { | |
| @apply text-3xl font-bold text-blue-600 mb-4; | |
| } | |