add background image #2

Merged
emilyd merged 3 commits from background-image into main 2023-03-27 07:20:34 +00:00
Showing only changes of commit 7e4014f735 - Show all commits

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;