rws adlı üyeden alıntı:
mesajı görüntüle
HTML'ciler Burada Mı (Ufak bir kod düzenlemesi ricam)
11
●101
- 05-03-2021, 21:14:29https://www.w3schools.com/cssref/pr_...d-position.asp
body {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background:url("images/1.jpg");
animation:image 5s infinite alternate;
-webkit-animation:image 5s infinite alternate;
-moz-animation:image 5s infinite alternate
}
body { background-repeat: no-repeat; background-attachment: fixed; background-position: center; background:url("images/1.jpg"); animation:image 5s infinite alternate; -webkit-animation:image 5s infinite alternate; -moz-animation:image 5s infinite alternate } - 05-03-2021, 21:55:51her imaj ın altına fix ve cover kodunu girerek çözdük hocam teşekkür ederiz.rws adlı üyeden alıntı: mesajı görüntüle