hand code posts
This commit is contained in:
parent
dd014a106b
commit
15c5cf1a3e
56 changed files with 367 additions and 711 deletions
23
style.css
Normal file
23
style.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
html {
|
||||
background-color: #000;
|
||||
color: #d9d9d9;
|
||||
font-family: sans-serif;
|
||||
font-size: large;
|
||||
line-height: 1.4;
|
||||
margin: 2em auto;
|
||||
max-width: 800px;
|
||||
padding: 1em;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00a2e7
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ca1a70
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: serif;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue