add background image

This commit is contained in:
Emily Daemon 2023-03-27 09:11:03 +03:00
parent 590870db77
commit 7e4014f735

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;