diff --git a/Moon.png b/images/Moon.png similarity index 100% rename from Moon.png rename to images/Moon.png diff --git a/style.css b/style.css index 58cac72..cc9d5bb 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { margin: 0; font-family: Arial, sans-serif; - background-image: url("../Moon.png"); + background-image: url("/images/Moon.png"); background-size: cover; background-position: left; background-repeat: no-repeat;