Client's logo with parallax effect

 avatar
user_2884186074
plain_text
2 years ago
356 B
10
Indexable
/*START - Client's logo with parallax effect*/
&{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 80% 15%;
    @media only screen and (max-width: 768px) {
        background-image: none;
    }
}
/*END - Client's logo with parallax effect */
Editor is loading...