hysts HF staff commited on
Commit
adbf443
·
1 Parent(s): 59bef24
Files changed (1) hide show
  1. style.css +4 -0
style.css CHANGED
@@ -1,7 +1,11 @@
1
  h1 {
2
  text-align: center;
 
3
  }
4
 
5
  #duplicate-button {
6
  margin: auto;
 
 
 
7
  }
 
1
  h1 {
2
  text-align: center;
3
+ display: block;
4
  }
5
 
6
  #duplicate-button {
7
  margin: auto;
8
+ color: #fff;
9
+ background: #1565c0;
10
+ border-radius: 100vh;
11
  }