SecrSchoolAI / index.css
sanch1tx's picture
Create index.css
2e7a6c1 verified
raw
history blame contribute delete
174 Bytes
@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;
}