Skip to content

Commit

Permalink
Added images
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu020 committed Oct 2, 2023
1 parent a79cc22 commit b7cbebc
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Parallax_Effect-
Parallax Effect Project
Author -Shantanu Yadav
visit- https://shantanu020.github.io/Parallax_Effect-/

File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- We have made another div to conain that part of webpage which is shouwing parallax effect -->
<div id="wrapper">
<div class="container">
<img src="/IMAGES/background.png" class="background">
<img src="/IMAGES/foreground.png" class="foreground">
<img src="background.png" class="background">
<img src="foreground.png" class="foreground">
<h1>ADVENTURE</h1>
</div>
<section>
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


0 comments on commit b7cbebc

Please sign in to comment.