Amazing Scroll Effect - Fix image in background parallax in CSS HTML [ Ujjaval ]

Опубликовано: 04 Август 2026
на канале: Ujjaval Design
5,437
21

Here is the code for CSS

.classname
{
background: url(img/img2.jpg) no-repeat center center;
background-size: 100%;
background-attachment: fixed;
}

make fix image in background for create an amazing scroll effect.