mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-02-23 14:19:09 -05: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;
|
|
}
|