Initial commit

This commit is contained in:
kevisual
2024-09-17 13:34:22 +08:00
commit 596c50cd0b
21 changed files with 4064 additions and 0 deletions

15
src/globals.css Normal file
View File

@@ -0,0 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-2xl font-bold;
}
h2 {
@apply text-xl font-bold;
}
h3 {
@apply text-lg font-bold;
}
}