linoyts HF staff commited on
Commit
db7bedd
β€’
1 Parent(s): f64227d

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +16 -0
style.css ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ #component-0{
3
+ max-width: 900px;
4
+ margin: 0 auto;
5
+ }
6
+
7
+ #description, h1 {
8
+ text-align: center;
9
+ }
10
+
11
+ #duplicate-button {
12
+ margin: auto;
13
+ color: #fff;
14
+ background: #1565c0;
15
+ border-radius: 100vh;
16
+ }