BG Image with parallax effect
user_2884186074
plain_text
3 years ago
318 B
16
Indexable
/*START - BG Image with Parallax effect*/
&{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@media only screen and (max-width: 768px) {
background-attachment:unset;
}
}
/*ENd - BG Image with Parallax effect*/Editor is loading...