diff --git a/public/images/stars-background.svg b/public/images/stars-background.svg
new file mode 100644
index 0000000..8f004b3
--- /dev/null
+++ b/public/images/stars-background.svg
@@ -0,0 +1,86 @@
+
diff --git a/src/components/Asteroid/Asteroid.tsx b/src/components/Asteroid/Asteroid.tsx
index 1920d7c..ef0a654 100644
--- a/src/components/Asteroid/Asteroid.tsx
+++ b/src/components/Asteroid/Asteroid.tsx
@@ -260,7 +260,7 @@ export default function Asteroid({ homeRef }: AsteroidProps) {
}
>
Click Me !
} ) ) diff --git a/src/styles/App.scss b/src/styles/App.scss index 346f3ae..6e80c93 100644 --- a/src/styles/App.scss +++ b/src/styles/App.scss @@ -5,6 +5,7 @@ scroll-snap-type: y mandatory; margin-inline: auto; position: relative; + background-image: url('../images/stars-background.svg'); section { height: 100dvh;