Daniela-C commited on
Commit
0762d42
·
verified ·
1 Parent(s): 38020f7

Update style.css

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