Compare commits

...

2 Commits

2 changed files with 5 additions and 0 deletions

BIN
img/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -30,6 +30,10 @@ body, html {
margin: 0;
padding: 0;
}
html {
background-image: url(/img/background.png);
background-attachment: fixed;
}
body {
max-width: 800px;
margin: auto;
@ -40,6 +44,7 @@ body {
*/
font-family: sans-serif;
font-size: 11pt;
box-shadow: 0px 0px 15px #000000;
}
nav {
display: block;