Create style.css

This commit is contained in:
Daya Guo
2023-11-03 23:07:31 +08:00
committed by GitHub
parent 4d3115d7f8
commit 7b96cb119d

16
demo/style.css Normal file
View File

@@ -0,0 +1,16 @@
h1 {
text-align: center;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}