diff --git a/README.md b/README.md index 07d3c47..27a6b44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Parallax_Effect- Parallax Effect Project Author -Shantanu Yadav -visit- https://shantanu020.github.io/Parallax_Effect-/ + diff --git a/IMAGES/background.png b/background.png similarity index 100% rename from IMAGES/background.png rename to background.png diff --git a/IMAGES/foreground.png b/foreground.png similarity index 100% rename from IMAGES/foreground.png rename to foreground.png diff --git a/index.html b/index.html index 792d6f2..87cb0e9 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@
- - + +

ADVENTURE

diff --git a/IMAGES/sport-1.jpg b/sport-1.jpg similarity index 100% rename from IMAGES/sport-1.jpg rename to sport-1.jpg diff --git a/IMAGES/sport-2.webp b/sport-2.webp similarity index 100% rename from IMAGES/sport-2.webp rename to sport-2.webp diff --git a/IMAGES/sport-3.jpg b/sport-3.jpg similarity index 100% rename from IMAGES/sport-3.jpg rename to sport-3.jpg diff --git a/styles.css b/styles.css index 979c2c5..9e04f6d 100644 --- a/styles.css +++ b/styles.css @@ -88,14 +88,14 @@ section{ .bg1{ - background-image:url(/IMAGES/sport-1.jpg); + background-image:url(sport-1.jpg); } .bg2{ - background-image:url(/IMAGES/sport-2.webp); + background-image:url(sport-2.webp); } .bg3{ - background-image:url(/IMAGES/sport-3.jpg); + background-image:url(sport-3.jpg); }