chaeya commited on
Commit
03d5d66
·
unverified ·
1 Parent(s): 5cbce61

style.css 파일 추가: h1 스타일 및 duplicate-button 스타일 정의

Browse files
Files changed (1) hide show
  1. style.css +11 -0
style.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ text-align: center;
3
+ display: block;
4
+ }
5
+
6
+ #duplicate-button {
7
+ margin: auto;
8
+ color: white;
9
+ background: #1565c0;
10
+ border-radius: 100vh;
11
+ }