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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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;
}