Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chatfinanz
/
new-space7
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dxdcx
commited on
Mar 22
Commit
b05399f
·
verified
·
1 Parent(s):
b3a5d9b
Create style.cs
Browse files
Files changed (1)
hide
show
style.cs
+11
-0
style.cs
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
h1 {
2
+
text-align: center;
3
+
display: block;
4
+
}
5
+
6
+
#logo {
7
+
display: block;
8
+
margin: 0 auto;
9
+
width: 40%;
10
+
object-fit: contain;
11
+
}