Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TinyModels
/
README
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
QuantaSparkLabs
commited on
Jan 12
Commit
b926fe6
·
verified
·
1 Parent(s):
0473d86
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+9
-0
style.css
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
#card {
2
+
border: 2px solid #4A90E2;
3
+
border-radius: 15px;
4
+
padding: 20px;
5
+
max-width: 500px;
6
+
background-color: #f8f9fa;
7
+
text-align: center;
8
+
margin: auto;
9
+
}