minimal website rewrite
This commit is contained in:
parent
10b2cc429c
commit
a3bc0de320
110 changed files with 1117 additions and 56040 deletions
22
out/style.css
Normal file
22
out/style.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
* {
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fefeaa;
|
||||
margin: 20px auto;
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #114488;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue