GitHub pages website first commit
This commit is contained in:
commit
700354a0db
3 changed files with 72 additions and 0 deletions
17
style.css
Normal file
17
style.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
html {
|
||||
background-color: #0d1117;
|
||||
color: #f0f6fc;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
transition: 300ms;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
padding: 2rem 13rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
body {
|
||||
padding: 2rem 3rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue