Parallax Scrolling Effect Tutorial Without Using jQuery & Javascript YouTube

Опубликовано: 08 Июль 2026
на канале: Let's Code
639
9

Hello guys!! I'm Hamza Asmat..
First of all please subscribe my Chanel

Today i'm gonna show you how you can make "Parallax Effect"
without using jQuery and javascript.
This Is a really simple tutorials for you guys..
I;m giving you the basic code for parallax right here ....
Code For PARALLAX EFFECT

*{
padding: 0;
margin: 0;
}

.bgimg-1{
background-image: url(bg-1.jpg);
height: 400px;
}

.bgimg-2{
background-image: url(bg-2.jpg);
height: 400px;
}

.bgimg-3{
background-image: url(bg-3.jpg);
height: 400px;
}

.bgimg-1, .bgimg-2, .bgimg-3{
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
transform: scaleY(1.10);
}

.container{
height: 500px;
background-color: #555;
color: #fff;
}

Stay connected for more hope so you'll like this ....
Please Subscribe My Chanel and share this video if you like this ...
folow me on facebook
https://www.facebook.com/profile.php?...