sanch1tx commited on
Commit
2e7a6c1
·
verified ·
1 Parent(s): e3d64c6

Create index.css

Browse files
Files changed (1) hide show
  1. index.css +11 -0
index.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ body {
6
+ @apply bg-gray-100 text-gray-900 min-h-screen;
7
+ }
8
+
9
+ h1 {
10
+ @apply text-3xl font-bold text-blue-600 mb-4;
11
+ }