Troubleshooting background image

This commit is contained in:
jme9
2024-12-11 11:33:57 -08:00
parent 68ff202da7
commit abcb15bbb1
3 changed files with 72 additions and 6 deletions
-5
View File
@@ -1,11 +1,6 @@
body {
margin: 0;
font-family: Arial, sans-serif;
background-image: url("/images/Moon.jpg");
background-size: cover;
background-position: left;
background-repeat: no-repeat;
background-attachment: fixed;
min-width: 768px;
}