File size: 299 Bytes
305c7df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
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;
}
|