Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Code
- ----
- Background {
- background-image:url("YourNewImageGoesHere");
- background-color:#######; /*New background color, use HEX code, you know, #c0c0c0 that kind of stuff */
- 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' */
- }
Advertisement
Add Comment
Please, Sign In to add comment