diff --git a/styles/style.css b/styles/style.css index dc1e9ef..efa2be2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,5 @@ body { - background-image: url("../imgs/background.png"); + background-image: url("./imgs/background.png"); background-size: cover; background-attachment: fixed; background-position: center;