Konu
css yardım edin acil
16-02-2020, 18:18:24
#4
Misafir
Lynit adlı üyeden alıntı:
mesajı görüntüle
Parallax değil background'u fixed yap yeterli. Kendine göre düzenlersin aşağıdaki kodu.
.div {
background-image: url(images/slide.png);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
denedim hocam olmuyo