Konu
css yardım edin acil
16-02-2020, 18:16:36
#3
Lynit
Üyeliği durduruldu
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;
}