mirror of
https://github.com/deepseek-ai/DeepSeek-Coder
synced 2024-12-04 18:14:44 +00:00
Create style.css
This commit is contained in:
parent
4d3115d7f8
commit
7b96cb119d
16
demo/style.css
Normal file
16
demo/style.css
Normal file
@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user