Troubleshooting background image

This commit is contained in:
jme9
2024-12-11 11:51:01 -08:00
parent 480911896b
commit 5b89ec3b53
3 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -813,10 +813,12 @@ Possible Solution:
```
<body
style="
background-image: url('images/Moon.jpg');
background-image: url('images/Moon.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
"
>
```
This worked.. phew..