mirror of
https://github.com/deepseek-ai/DeepSeek-Coder
synced 2024-12-04 18:14:44 +00:00
17 lines
204 B
CSS
17 lines
204 B
CSS
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;
|
|
}
|