init
This commit is contained in:
commit
2737aadc7f
13 changed files with 391 additions and 0 deletions
23
pages/static/style.css
Normal file
23
pages/static/style.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
html,
|
||||
body,
|
||||
header,
|
||||
main,
|
||||
footer {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #181818;
|
||||
color: #eee;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
overflow-x: hidden
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue