diff --git a/src/components/Background.jsx b/src/components/Background.jsx index ab2057da..ee66ffb4 100644 --- a/src/components/Background.jsx +++ b/src/components/Background.jsx @@ -12,7 +12,6 @@ export default function Background() {
-
diff --git a/src/components/Background.module.css b/src/components/Background.module.css index 59dbea9a..21786b0e 100644 --- a/src/components/Background.module.css +++ b/src/components/Background.module.css @@ -1,5 +1,6 @@ .backgroundImg { - background-image: url('./assets/backgrounds/background4.jpg'); + #background-image: url('./assets/backgrounds/background4.jpg'); + background: black; background-attachment: fixed; background-repeat: no-repeat; background-position: center center;