Css ile ekrana tam sığan arkaplan resmi

az önce majamatourism.com web sitesinede uyguladığım çok hoşuma giden bir css kodunu paylaşmak istiyorum. seçeceğiniz resmin boyutu 1024x768 px olması geterli. çünkü kod resim boyutunuz kaç piksel olursa olsun ekrana tam sığmaktadır.

Css Kodu:
html {
 background: url(images/bg.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

Yorumlar

Popüler Yayınlar