Advertisement
pusatdata

CSS: Background Website dengan Gambar

Dec 29th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Sumber: http://kb.weebly.com/background-color.html
  2.  
  3. If you uploaded a small image and want it to repeat across the entire background, write it like this:
  4.  
  5. background: #000000 url(fullnameofimage.png) repeat-x;
  6.  
  7. If you uploaded a large image and only want it to show in the background once, write it like this:
  8.  
  9. background: #000000 url(fullnameofimage.png) no-repeat;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement