Sabtu, 06 September 2014

Cara Membuat Background Gambar Menjadi Fullscreen pada PHP/HTML

Scriptnya kurang lebih sebagai berikut :

background: url(URL IMAGE) no-repeat center center fixed; #fff;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover;
  background-attachment:fixed;


Selamat Mencoba :) ;)

0 komentar:

Posting Komentar