Şimdi gelelim CSS şablonuna ekleyeceğin kodlara
style.css dosyasına ekle;
#arkaplangel {
margin: 100px auto;
background-image: url(resim/sitearkaplan.jpg);
background-repeat: no-repeat;
background-position: left 100px;
background-attachment: fixed;
}
resim/sitearkaplan.jpg komutunu kendine göre düzenle.
body{background:url(images/xxxxxx.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}