Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eg-art
/
art-st
like
0
Running
App
Files
Files
Community
DmitrMakeev
commited on
Jan 28, 2024
Commit
836c20e
·
verified
·
1 Parent(s):
13db817
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+10
-0
style.css
ADDED
Viewed
@@ -0,0 +1,10 @@
1
+
h1 {
2
+
text-align: center;
3
+
}
4
+
5
+
#duplicate-button {
6
+
margin: auto;
7
+
color: #fff;
8
+
background: #1565c0;
9
+
border-radius: 100vh;
10
+
}