Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kottu
/
stabble_diffusion_sketch
like
1
Runtime error
App
Files
Files
Community
4
kottu
commited on
Sep 13, 2023
Commit
cc28a8f
β’
1 Parent(s):
7815f8a
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
+
}