Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanch1tx
/
SecrSchoolAI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanch1tx
commited on
Nov 10, 2025
Commit
2e7a6c1
·
verified
·
1 Parent(s):
e3d64c6
Create index.css
Browse files
Files changed (1)
hide
show
index.css
+11
-0
index.css
ADDED
Viewed
@@ -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
+
}