e-mon's picture
Upload 11 files
318a2b7
raw history blame
No virus
299 Bytes
h1 {
text-align: center;
}
#logo {
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
#component-0 {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}