DeepSeek-Coder/demo/style.css

17 lines
204 B
CSS
Raw Normal View History

2023-11-03 15:07:31 +00:00
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;
}