Aluf

Chatango bg

Jan 15th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Code
  2. ----
  3.  
  4.  
  5. Background {
  6. background-image:url("YourNewImageGoesHere");
  7. background-color:#######; /*New background color, use HEX code, you know, #c0c0c0 that kind of stuff */
  8. background-repeat: no-repeat; /*This can be changed to repeat-y or repeat-x, but if you want it to repeat both in the x and y axis, then simply leave it at 'repeat' */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment